Struct Ssr
#[repr(transparent)]pub struct Ssr(pub u32);Expand description
FLASH secure status register.
Tuple Fields§
§0: u32Implementations§
§impl Ssr
impl Ssr
pub fn set_progerr(&mut self, val: bool)
pub fn set_progerr(&mut self, val: bool)
Secure programming error.
pub fn set_wrperr(&mut self, val: bool)
pub fn set_wrperr(&mut self, val: bool)
Secure write protection error.
pub fn set_pgaerr(&mut self, val: bool)
pub fn set_pgaerr(&mut self, val: bool)
Secure programming alignment error.
pub fn set_sizerr(&mut self, val: bool)
pub fn set_sizerr(&mut self, val: bool)
Secure size error.
pub fn set_pgserr(&mut self, val: bool)
pub fn set_pgserr(&mut self, val: bool)
Secure programming sequence error.
Trait Implementations§
impl Copy for Ssr
impl Eq for Ssr
impl StructuralPartialEq for Ssr
Auto Trait Implementations§
impl Freeze for Ssr
impl RefUnwindSafe for Ssr
impl Send for Ssr
impl Sync for Ssr
impl Unpin for Ssr
impl UnwindSafe for Ssr
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