Struct Oemkeysr
#[repr(transparent)]pub struct Oemkeysr(pub u32);Expand description
FLASH OEM key status register.
Tuple Fields§
§0: u32Implementations§
§impl Oemkeysr
impl Oemkeysr
pub const fn oem1keycrc(&self) -> u8
pub const fn oem1keycrc(&self) -> u8
8-bit OEMKEY1 CRC.
pub fn set_oem1keycrc(&mut self, val: u8)
pub fn set_oem1keycrc(&mut self, val: u8)
8-bit OEMKEY1 CRC.
pub const fn oem2keycrc(&self) -> u8
pub const fn oem2keycrc(&self) -> u8
8-bit OEM2KEY CRC.
pub fn set_oem2keycrc(&mut self, val: u8)
pub fn set_oem2keycrc(&mut self, val: u8)
8-bit OEM2KEY CRC.
Trait Implementations§
impl Copy for Oemkeysr
impl Eq for Oemkeysr
impl StructuralPartialEq for Oemkeysr
Auto Trait Implementations§
impl Freeze for Oemkeysr
impl RefUnwindSafe for Oemkeysr
impl Send for Oemkeysr
impl Sync for Oemkeysr
impl Unpin for Oemkeysr
impl UnwindSafe for Oemkeysr
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