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 const fn borf_lev(&self) -> BorfLev
pub const fn borf_lev(&self) -> BorfLev
These bits contain the VDD supply level threshold that activates the reset
pub fn set_borf_lev(&mut self, val: BorfLev)
pub fn set_borf_lev(&mut self, val: BorfLev)
These bits contain the VDD supply level threshold that activates the reset
pub const fn borr_lev(&self) -> BorrLev
pub const fn borr_lev(&self) -> BorrLev
These bits contain the VDD supply level threshold that releases the reset.
pub fn set_borr_lev(&mut self, val: BorrLev)
pub fn set_borr_lev(&mut self, val: BorrLev)
These bits contain the VDD supply level threshold that releases the reset.
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_rsts_hdw(&self) -> bool
pub const fn n_rsts_hdw(&self) -> bool
nRSTS_HDW
pub fn set_n_rsts_hdw(&mut self, val: bool)
pub fn set_n_rsts_hdw(&mut self, val: bool)
nRSTS_HDW
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 const fn ram_parity_check(&self) -> bool
pub const fn ram_parity_check(&self) -> bool
SRAM parity check control
pub fn set_ram_parity_check(&mut self, val: bool)
pub fn set_ram_parity_check(&mut self, val: bool)
SRAM parity check control
pub const fn n_boot_sel(&self) -> bool
pub const fn n_boot_sel(&self) -> bool
nBOOT_SEL
pub fn set_n_boot_sel(&mut self, val: bool)
pub fn set_n_boot_sel(&mut self, val: bool)
nBOOT_SEL
pub fn set_n_boot1(&mut self, val: bool)
pub fn set_n_boot1(&mut self, val: bool)
Boot configuration
pub fn set_n_boot0(&mut self, val: bool)
pub fn set_n_boot0(&mut self, val: bool)
nBOOT0 option bit
pub fn set_nrst_mode(&mut self, val: NrstMode)
pub fn set_nrst_mode(&mut self, val: NrstMode)
NRST_MODE
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
)