pub struct R(_);
Expand description
Register OPTCR
reader
Implementations
sourceimpl R
impl R
sourcepub fn n_rst_stop(&self) -> BitReaderRaw<bool>
pub fn n_rst_stop(&self) -> BitReaderRaw<bool>
Bit 6 - nRST_STOP User option bytes
sourcepub fn n_rst_stdby(&self) -> BitReaderRaw<bool>
pub fn n_rst_stdby(&self) -> BitReaderRaw<bool>
Bit 7 - nRST_STDBY User option bytes
Methods from Deref<Target = R<OPTCR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<OPTCR_SPEC>> for R
impl From<R<OPTCR_SPEC>> for R
sourcefn from(reader: R<OPTCR_SPEC>) -> R
fn from(reader: R<OPTCR_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more