pub struct R(_);
Expand description
Register OPTCR
reader
Implementations
sourceimpl R
impl R
sourcepub fn n_rst_stop(&self) -> NRST_STOP_R
pub fn n_rst_stop(&self) -> NRST_STOP_R
Bit 6 - nRST_STOP User option bytes
sourcepub fn n_rst_stdby(&self) -> NRST_STDBY_R
pub fn n_rst_stdby(&self) -> NRST_STDBY_R
Bit 7 - nRST_STDBY User option bytes
Methods from Deref<Target = R<OPTCR_SPEC>>
Trait Implementations
sourceimpl From<R<OPTCR_SPEC>> for R
impl From<R<OPTCR_SPEC>> for R
sourcefn from(reader: R<OPTCR_SPEC>) -> Self
fn from(reader: R<OPTCR_SPEC>) -> Self
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