#[repr(transparent)]pub struct Status2(pub u32);Expand description
STATUS register (2 of 2)
Tuple Fields§
§0: u32Implementations§
Source§impl Status2
impl Status2
Sourcepub const fn set_numcntf(&mut self, val: u8)
pub const fn set_numcntf(&mut self, val: u8)
Number (of) control faults
Sourcepub const fn set_numillstf(&mut self, val: u8)
pub const fn set_numillstf(&mut self, val: u8)
Number (of) state faults
Sourcepub const fn set_numilla(&mut self, val: u8)
pub const fn set_numilla(&mut self, val: u8)
Number of (illegal) address faults
Trait Implementations§
impl Copy for Status2
impl Eq for Status2
impl StructuralPartialEq for Status2
Auto Trait Implementations§
impl Freeze for Status2
impl RefUnwindSafe for Status2
impl Send for Status2
impl Sync for Status2
impl Unpin for Status2
impl UnwindSafe for Status2
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