Struct stm32_metapac::flash::regs::Secwm
#[repr(transparent)]pub struct Secwm(pub u32);
Expand description
FLASH security watermark for Bank 2
Tuple Fields§
§0: u32
Implementations§
§impl Secwm
impl Secwm
pub fn set_secwmstrt(&mut self, val: u8)
pub fn set_secwmstrt(&mut self, val: u8)
Bank2 security WM area start sector
pub fn set_secwmend(&mut self, val: u8)
pub fn set_secwmend(&mut self, val: u8)
Bank2 security WM end sector
Trait Implementations§
impl Copy for Secwm
impl Eq for Secwm
impl StructuralPartialEq for Secwm
Auto Trait Implementations§
impl Freeze for Secwm
impl RefUnwindSafe for Secwm
impl Send for Secwm
impl Sync for Secwm
impl Unpin for Secwm
impl UnwindSafe for Secwm
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
)