pub struct R(/* private fields */);Expand description
Register OPTR 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 12 - nRST_STOP
Sourcepub fn n_rst_stdby(&self) -> NRST_STDBY_R
pub fn n_rst_stdby(&self) -> NRST_STDBY_R
Bit 13 - nRST_STDBY
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 dualbank(&self) -> DUALBANK_R
pub fn dualbank(&self) -> DUALBANK_R
Bit 21 - Dual-Bank on 512 KB or 256 KB Flash memory devices
Sourcepub fn sram2_pe(&self) -> SRAM2_PE_R
pub fn sram2_pe(&self) -> SRAM2_PE_R
Bit 24 - SRAM2 parity check enable
Sourcepub fn sram2_rst(&self) -> SRAM2_RST_R
pub fn sram2_rst(&self) -> SRAM2_RST_R
Bit 25 - SRAM2 Erase when system reset
Sourcepub fn n_swboot0(&self) -> NSWBOOT0_R
pub fn n_swboot0(&self) -> NSWBOOT0_R
Bit 26 - Software BOOT0
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