pub struct R(/* private fields */);
Expand description
Register OPTCR
reader
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more