#[repr(transparent)]pub struct Eir(pub u32);Expand description
Interrupt Event Register
Tuple Fields§
§0: u32Implementations§
Source§impl Eir
impl Eir
Sourcepub const fn set_ts_timer(&mut self, val: bool)
pub const fn set_ts_timer(&mut self, val: bool)
Timestamp Timer
Sourcepub const fn set_ts_avail(&mut self, val: bool)
pub const fn set_ts_avail(&mut self, val: bool)
Transmit Timestamp Available
Sourcepub const fn set_wakeup(&mut self, val: bool)
pub const fn set_wakeup(&mut self, val: bool)
Node Wakeup Request Indication
Trait Implementations§
impl Copy for Eir
impl Eq for Eir
impl StructuralPartialEq for Eir
Auto Trait Implementations§
impl Freeze for Eir
impl RefUnwindSafe for Eir
impl Send for Eir
impl Sync for Eir
impl Unpin for Eir
impl UnwindSafe for Eir
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