pub struct R(/* private fields */);
Expand description
Register OPTR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn borf_lev(&self) -> BORF_LEV_R
pub fn borf_lev(&self) -> BORF_LEV_R
Bits 9:10 - These bits contain the VDD supply level threshold that activates the reset
Sourcepub fn borr_lev(&self) -> BORR_LEV_R
pub fn borr_lev(&self) -> BORR_LEV_R
Bits 11:12 - These bits contain the VDD supply level threshold that releases the reset.
Sourcepub fn n_rst_stop(&self) -> NRST_STOP_R
pub fn n_rst_stop(&self) -> NRST_STOP_R
Bit 13 - nRST_STOP
Sourcepub fn n_rst_stdby(&self) -> NRST_STDBY_R
pub fn n_rst_stdby(&self) -> NRST_STDBY_R
Bit 14 - nRST_STDBY
Sourcepub fn n_rsts_hdw(&self) -> NRSTS_HDW_R
pub fn n_rsts_hdw(&self) -> NRSTS_HDW_R
Bit 15 - nRSTS_HDW
Sourcepub fn iwdg_stop(&self) -> IWDG_STOP_R
pub fn iwdg_stop(&self) -> IWDG_STOP_R
Bit 17 - Independent watchdog counter freeze in Stop mode
Sourcepub fn iwdg_stdby(&self) -> IWDG_STDBY_R
pub fn iwdg_stdby(&self) -> IWDG_STDBY_R
Bit 18 - Independent watchdog counter freeze in Standby mode
Sourcepub fn ram_parity_check(&self) -> RAM_PARITY_CHECK_R
pub fn ram_parity_check(&self) -> RAM_PARITY_CHECK_R
Bit 22 - SRAM parity check control
Sourcepub fn n_boot_sel(&self) -> NBOOT_SEL_R
pub fn n_boot_sel(&self) -> NBOOT_SEL_R
Bit 24 - nBOOT_SEL
Sourcepub fn nrst_mode(&self) -> NRST_MODE_R
pub fn nrst_mode(&self) -> NRST_MODE_R
Bits 27:28 - NRST_MODE
Methods from Deref<Target = R<OPTR_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