Struct Nssr
#[repr(transparent)]pub struct Nssr(pub u32);Expand description
Flash status register
Tuple Fields§
§0: u32Implementations§
§impl Nssr
impl Nssr
pub const fn set_nsoperr(&mut self, val: bool)
pub const fn set_nsoperr(&mut self, val: bool)
NSOPERR
pub const fn set_nsprogerr(&mut self, val: bool)
pub const fn set_nsprogerr(&mut self, val: bool)
NSPROGERR
pub const fn set_nswrperr(&mut self, val: bool)
pub const fn set_nswrperr(&mut self, val: bool)
NSWRPERR
pub const fn set_nspgaerr(&mut self, val: bool)
pub const fn set_nspgaerr(&mut self, val: bool)
NSPGAERR
pub const fn set_nssizerr(&mut self, val: bool)
pub const fn set_nssizerr(&mut self, val: bool)
NSSIZERR
pub const fn set_nspgserr(&mut self, val: bool)
pub const fn set_nspgserr(&mut self, val: bool)
NSPGSERR
pub const fn set_optwerr(&mut self, val: bool)
pub const fn set_optwerr(&mut self, val: bool)
OPTWERR
pub const fn set_optverr(&mut self, val: bool)
pub const 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