Struct stm32_metapac::flash::regs::Nssr
#[repr(transparent)]pub struct Nssr(pub u32);
Expand description
Flash status register
Tuple Fields§
§0: u32
Implementations§
§impl Nssr
impl Nssr
pub fn set_nsoperr(&mut self, val: bool)
pub fn set_nsoperr(&mut self, val: bool)
NSOPERR
pub fn set_nsprogerr(&mut self, val: bool)
pub fn set_nsprogerr(&mut self, val: bool)
NSPROGERR
pub fn set_nswrperr(&mut self, val: bool)
pub fn set_nswrperr(&mut self, val: bool)
NSWRPERR
pub fn set_nspgaerr(&mut self, val: bool)
pub fn set_nspgaerr(&mut self, val: bool)
NSPGAERR
pub fn set_nssizerr(&mut self, val: bool)
pub fn set_nssizerr(&mut self, val: bool)
NSSIZERR
pub fn set_nspgserr(&mut self, val: bool)
pub fn set_nspgserr(&mut self, val: bool)
NSPGSERR
pub fn set_optwerr(&mut self, val: bool)
pub fn set_optwerr(&mut self, val: bool)
OPTWERR
pub fn set_optverr(&mut self, val: bool)
pub fn set_optverr(&mut self, val: bool)
OPTVERR
Trait Implementations§
impl Copy for Nssr
impl Eq for Nssr
impl StructuralPartialEq for Nssr
Auto Trait Implementations§
impl Freeze for Nssr
impl RefUnwindSafe for Nssr
impl Send for Nssr
impl Sync for Nssr
impl Unpin for Nssr
impl UnwindSafe for Nssr
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
)