Struct Eccdetr
#[repr(transparent)]pub struct Eccdetr(pub u32);Expand description
FLASH ECC detection register.
Tuple Fields§
§0: u32Implementations§
§impl Eccdetr
impl Eccdetr
pub fn set_addr_ecc(&mut self, val: u32)
pub fn set_addr_ecc(&mut self, val: u32)
ECC fail address.
pub fn set_bk_ecc(&mut self, val: bool)
pub fn set_bk_ecc(&mut self, val: bool)
ECC fail bank.
pub fn set_sysf_ecc(&mut self, val: bool)
pub fn set_sysf_ecc(&mut self, val: bool)
System flash memory ECC fail.
Trait Implementations§
impl Copy for Eccdetr
impl Eq for Eccdetr
impl StructuralPartialEq for Eccdetr
Auto Trait Implementations§
impl Freeze for Eccdetr
impl RefUnwindSafe for Eccdetr
impl Send for Eccdetr
impl Sync for Eccdetr
impl Unpin for Eccdetr
impl UnwindSafe for Eccdetr
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