Struct Mtlqicsr
#[repr(transparent)]pub struct Mtlqicsr(pub u32);Expand description
Queue interrupt control status Register
Tuple Fields§
§0: u32Implementations§
§impl Mtlqicsr
impl Mtlqicsr
pub const fn set_txunfis(&mut self, val: bool)
pub const fn set_txunfis(&mut self, val: bool)
Transmit Queue Underflow Interrupt Status
pub const fn set_rxovfis(&mut self, val: bool)
pub const fn set_rxovfis(&mut self, val: bool)
Receive Queue Overflow Interrupt Status
Trait Implementations§
impl Copy for Mtlqicsr
impl Eq for Mtlqicsr
impl StructuralPartialEq for Mtlqicsr
Auto Trait Implementations§
impl Freeze for Mtlqicsr
impl RefUnwindSafe for Mtlqicsr
impl Send for Mtlqicsr
impl Sync for Mtlqicsr
impl Unpin for Mtlqicsr
impl UnwindSafe for Mtlqicsr
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