Struct Optr
#[repr(transparent)]pub struct Optr(pub u32);Expand description
Flash option register
Tuple Fields§
§0: u32Implementations§
§impl Optr
impl Optr
pub const fn set_bor_lev(&mut self, val: u8)
pub const 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 const fn set_n_rst_stop(&mut self, val: bool)
pub const 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 const fn set_n_rst_stdby(&mut self, val: bool)
pub const 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 const fn set_n_rst_shdw(&mut self, val: bool)
pub const fn set_n_rst_shdw(&mut self, val: bool)
nRST_SHDW
pub const fn set_idwg_sw(&mut self, val: bool)
pub const fn set_idwg_sw(&mut self, val: bool)
Independent watchdog selection
pub const fn set_iwdg_stop(&mut self, val: bool)
pub const 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 const fn set_iwdg_stdby(&mut self, val: bool)
pub const fn set_iwdg_stdby(&mut self, val: bool)
Independent watchdog counter freeze in Standby mode
pub const fn set_wwdg_sw(&mut self, val: bool)
pub const fn set_wwdg_sw(&mut self, val: bool)
Window watchdog selection
pub const fn set_n_boot1(&mut self, val: bool)
pub const fn set_n_boot1(&mut self, val: bool)
Boot configuration
pub const fn set_sram2_pe(&mut self, val: bool)
pub const fn set_sram2_pe(&mut self, val: bool)
SRAM2 parity check enable
pub const fn set_sram2_rst(&mut self, val: bool)
pub const fn set_sram2_rst(&mut self, val: bool)
SRAM2 Erase when system reset
pub const fn set_n_swboot0(&mut self, val: bool)
pub const fn set_n_swboot0(&mut self, val: bool)
Software Boot0
pub const fn set_n_boot0(&mut self, val: bool)
pub const fn set_n_boot0(&mut self, val: bool)
nBoot0 option bit
pub const fn set_agc_trim(&mut self, val: u8)
pub const 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