Struct stm32_metapac::syscfg::regs::Eccnmir
#[repr(transparent)]pub struct Eccnmir(pub u32);
Expand description
SBS flift ECC NMI mask register
Tuple Fields§
§0: u32
Implementations§
§impl Eccnmir
impl Eccnmir
pub const fn eccnmi_mask_en(&self) -> bool
pub const fn eccnmi_mask_en(&self) -> bool
NMI behavior setup when a double ECC error occurs on flitf data part
pub fn set_eccnmi_mask_en(&mut self, val: bool)
pub fn set_eccnmi_mask_en(&mut self, val: bool)
NMI behavior setup when a double ECC error occurs on flitf data part
Trait Implementations§
impl Copy for Eccnmir
impl Eq for Eccnmir
impl StructuralPartialEq for Eccnmir
Auto Trait Implementations§
impl Freeze for Eccnmir
impl RefUnwindSafe for Eccnmir
impl Send for Eccnmir
impl Sync for Eccnmir
impl Unpin for Eccnmir
impl UnwindSafe for Eccnmir
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
)