pub struct R(/* private fields */);
Expand description
Register OBR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn n_rst_stop(&self) -> NRST_STOP_R
pub fn n_rst_stop(&self) -> NRST_STOP_R
Bit 9 - nRST_STOP
Sourcepub fn n_rst_stdby(&self) -> NRST_STDBY_R
pub fn n_rst_stdby(&self) -> NRST_STDBY_R
Bit 10 - nRST_STDBY
Sourcepub fn vdda_monitor(&self) -> VDDA_MONITOR_R
pub fn vdda_monitor(&self) -> VDDA_MONITOR_R
Bit 13 - VDDA_MONITOR
Sourcepub fn ram_parity_check(&self) -> RAM_PARITY_CHECK_R
pub fn ram_parity_check(&self) -> RAM_PARITY_CHECK_R
Bit 14 - RAM_PARITY_CHECK
Sourcepub fn boot_sel(&self) -> BOOT_SEL_R
pub fn boot_sel(&self) -> BOOT_SEL_R
Bit 15 - BOOT_SEL
Methods from Deref<Target = R<OBR_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§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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