Struct stm32_metapac::flash::regs::Optr
#[repr(transparent)]pub struct Optr(pub u32);
Expand description
Flash option register
Tuple Fields§
§0: u32
Implementations§
§impl Optr
impl Optr
pub fn set_bor_lev(&mut self, val: u8)
pub fn set_bor_lev(&mut self, val: u8)
BOR reset Level
pub const fn n_rst_stop(&self) -> bool
pub const fn n_rst_stop(&self) -> bool
nRST_STOP
pub fn set_n_rst_stop(&mut self, val: bool)
pub fn set_n_rst_stop(&mut self, val: bool)
nRST_STOP
pub const fn n_rst_stdby(&self) -> bool
pub const fn n_rst_stdby(&self) -> bool
nRST_STDBY
pub fn set_n_rst_stdby(&mut self, val: bool)
pub fn set_n_rst_stdby(&mut self, val: bool)
nRST_STDBY
pub const fn n_rst_shdw(&self) -> bool
pub const fn n_rst_shdw(&self) -> bool
nRST_SHDW
pub fn set_n_rst_shdw(&mut self, val: bool)
pub fn set_n_rst_shdw(&mut self, val: bool)
nRST_SHDW
pub fn set_idwg_sw(&mut self, val: bool)
pub fn set_idwg_sw(&mut self, val: bool)
Independent watchdog selection
pub fn set_iwdg_stop(&mut self, val: bool)
pub fn set_iwdg_stop(&mut self, val: bool)
Independent watchdog counter freeze in Stop mode
pub const fn iwdg_stdby(&self) -> bool
pub const fn iwdg_stdby(&self) -> bool
Independent watchdog counter freeze in Standby mode
pub fn set_iwdg_stdby(&mut self, val: bool)
pub fn set_iwdg_stdby(&mut self, val: bool)
Independent watchdog counter freeze in Standby mode
pub fn set_wwdg_sw(&mut self, val: bool)
pub fn set_wwdg_sw(&mut self, val: bool)
Window watchdog selection
pub fn set_n_boot1(&mut self, val: bool)
pub fn set_n_boot1(&mut self, val: bool)
Boot configuration
pub fn set_sram2_pe(&mut self, val: bool)
pub fn set_sram2_pe(&mut self, val: bool)
SRAM2 parity check enable
pub fn set_sram2_rst(&mut self, val: bool)
pub fn set_sram2_rst(&mut self, val: bool)
SRAM2 Erase when system reset
pub fn set_n_swboot0(&mut self, val: bool)
pub fn set_n_swboot0(&mut self, val: bool)
Software Boot0
pub fn set_n_boot0(&mut self, val: bool)
pub fn set_n_boot0(&mut self, val: bool)
nBoot0 option bit
pub fn set_agc_trim(&mut self, val: u8)
pub fn set_agc_trim(&mut self, val: u8)
Radio Automatic Gain Control Trimming
Trait Implementations§
impl Copy for Optr
impl Eq for Optr
impl StructuralPartialEq for Optr
Auto Trait Implementations§
impl Freeze for Optr
impl RefUnwindSafe for Optr
impl Send for Optr
impl Sync for Optr
impl Unpin for Optr
impl UnwindSafe for Optr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)