Struct stm32wlxx_hal::pac::flash::optr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register OPTR
reader
Implementations§
§impl R
impl R
pub fn n_rst_stop(&self) -> BitReaderRaw<NRST_STOP_A>
pub fn n_rst_stop(&self) -> BitReaderRaw<NRST_STOP_A>
Bit 12 - nRST_STOP
pub fn n_rst_stdby(&self) -> BitReaderRaw<NRST_STDBY_A>
pub fn n_rst_stdby(&self) -> BitReaderRaw<NRST_STDBY_A>
Bit 13 - nRST_STDBY
pub fn n_rst_shdw(&self) -> BitReaderRaw<NRST_SHDW_A>
pub fn n_rst_shdw(&self) -> BitReaderRaw<NRST_SHDW_A>
Bit 14 - nRSTSHDW
pub fn iwdg_stop(&self) -> BitReaderRaw<IWDG_STOP_A>
pub fn iwdg_stop(&self) -> BitReaderRaw<IWDG_STOP_A>
Bit 17 - Independent watchdog counter freeze in Stop mode
pub fn iwdg_stdby(&self) -> BitReaderRaw<IWDG_STDBY_A>
pub fn iwdg_stdby(&self) -> BitReaderRaw<IWDG_STDBY_A>
Bit 18 - Independent watchdog counter freeze in Standby mode
pub fn sram2_pe(&self) -> BitReaderRaw<SRAM2_PE_A>
pub fn sram2_pe(&self) -> BitReaderRaw<SRAM2_PE_A>
Bit 24 - SRAM2 parity check enable
pub fn sram_rst(&self) -> BitReaderRaw<SRAM_RST_A>
pub fn sram_rst(&self) -> BitReaderRaw<SRAM_RST_A>
Bit 25 - SRAM2 Erase when system reset
pub fn n_swboot0(&self) -> BitReaderRaw<NSWBOOT0_A>
pub fn n_swboot0(&self) -> BitReaderRaw<NSWBOOT0_A>
Bit 26 - Software BOOT0 selection
pub fn boot_lock(&self) -> BitReaderRaw<BOOT_LOCK_A>
pub fn boot_lock(&self) -> BitReaderRaw<BOOT_LOCK_A>
Bit 30 - CPU1 CM4 Unique Boot entry enable option bit
pub fn c2boot_lock(&self) -> BitReaderRaw<bool>
pub fn c2boot_lock(&self) -> BitReaderRaw<bool>
Bit 31 - CPU2 CM0+ Unique Boot entry enable option bit
Methods from Deref<Target = R<OPTR_SPEC>>§
pub 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