Struct stm32_metapac::flash::regs::Secobkcfgr
#[repr(transparent)]pub struct Secobkcfgr(pub u32);
Expand description
FLASH secure OBK configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Secobkcfgr
impl Secobkcfgr
pub const fn lock(&self) -> bool
pub const fn lock(&self) -> bool
OBKCFGR lock option configuration bit This bit locks the FLASH_OBKCFGR register. The correct write sequence to FLASH_SECOBKKEYR register unlocks this bit. If a wrong sequence is executed, or if the unlock sequence to FLASH_SECOBKKEYR is performed twice, this bit remains locked until the next system reset. LOCK can be set by programming it to 1. When set to 1, a new unlock sequence is mandatory to unlock it. When LOCK changes from 0 to 1, the other bits of FLASH_NSCR register do not change.
pub fn set_lock(&mut self, val: bool)
pub fn set_lock(&mut self, val: bool)
OBKCFGR lock option configuration bit This bit locks the FLASH_OBKCFGR register. The correct write sequence to FLASH_SECOBKKEYR register unlocks this bit. If a wrong sequence is executed, or if the unlock sequence to FLASH_SECOBKKEYR is performed twice, this bit remains locked until the next system reset. LOCK can be set by programming it to 1. When set to 1, a new unlock sequence is mandatory to unlock it. When LOCK changes from 0 to 1, the other bits of FLASH_NSCR register do not change.
pub const fn swap_sect_req(&self) -> bool
pub const fn swap_sect_req(&self) -> bool
OBK swap sector request bit When set, all the OBKs which have not been updated in the alternate sector is copied from current sector to alternate one. The SWAP_OFFSET value must be a certain minimum value in order for the swap to be launched in OBK-HDPL ≠ 0. Minimum value is 16 for OBK-HDPL = 1, 144 for OBK-HDPL = 2 and 192 for OBK-HDPL = 3.
pub fn set_swap_sect_req(&mut self, val: bool)
pub fn set_swap_sect_req(&mut self, val: bool)
OBK swap sector request bit When set, all the OBKs which have not been updated in the alternate sector is copied from current sector to alternate one. The SWAP_OFFSET value must be a certain minimum value in order for the swap to be launched in OBK-HDPL ≠ 0. Minimum value is 16 for OBK-HDPL = 1, 144 for OBK-HDPL = 2 and 192 for OBK-HDPL = 3.
pub const fn alt_sect(&self) -> bool
pub const fn alt_sect(&self) -> bool
alternate sector bit This bit must not change while filling the write buffer, otherwise an error is generated
pub fn set_alt_sect(&mut self, val: bool)
pub fn set_alt_sect(&mut self, val: bool)
alternate sector bit This bit must not change while filling the write buffer, otherwise an error is generated
pub const fn alt_sect_erase(&self) -> bool
pub const fn alt_sect_erase(&self) -> bool
alternate sector erase bit When ALT_SECT bit is set, use this bit to generate an erase command for the OBK alternate sector. It is set only by Software and cleared when the OBK swap operation is completed or an error occurs (PGSERR). It is reseted at the same time as the BUSY bit.
pub fn set_alt_sect_erase(&mut self, val: bool)
pub fn set_alt_sect_erase(&mut self, val: bool)
alternate sector erase bit When ALT_SECT bit is set, use this bit to generate an erase command for the OBK alternate sector. It is set only by Software and cleared when the OBK swap operation is completed or an error occurs (PGSERR). It is reseted at the same time as the BUSY bit.
pub const fn swap_offset(&self) -> u16
pub const fn swap_offset(&self) -> u16
key index (offset /16 bits) pointing for next swap. …
pub fn set_swap_offset(&mut self, val: u16)
pub fn set_swap_offset(&mut self, val: u16)
key index (offset /16 bits) pointing for next swap. …
Trait Implementations§
§impl Clone for Secobkcfgr
impl Clone for Secobkcfgr
§fn clone(&self) -> Secobkcfgr
fn clone(&self) -> Secobkcfgr
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for Secobkcfgr
impl Default for Secobkcfgr
§fn default() -> Secobkcfgr
fn default() -> Secobkcfgr
§impl PartialEq for Secobkcfgr
impl PartialEq for Secobkcfgr
impl Copy for Secobkcfgr
impl Eq for Secobkcfgr
impl StructuralPartialEq for Secobkcfgr
Auto Trait Implementations§
impl Freeze for Secobkcfgr
impl RefUnwindSafe for Secobkcfgr
impl Send for Secobkcfgr
impl Sync for Secobkcfgr
impl Unpin for Secobkcfgr
impl UnwindSafe for Secobkcfgr
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
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)
clone_to_uninit
)