#[repr(transparent)]pub struct Sintset(pub u32);Expand description
Target Interrupt Set.
Tuple Fields§
§0: u32Implementations§
Source§impl Sintset
impl Sintset
Sourcepub const fn set_matched(&mut self, val: bool)
pub const fn set_matched(&mut self, val: bool)
Match Interrupt Enable.
Sourcepub const fn set_rxpend(&mut self, val: bool)
pub const fn set_rxpend(&mut self, val: bool)
Receive Interrupt Enable.
Sourcepub const fn set_txsend(&mut self, val: bool)
pub const fn set_txsend(&mut self, val: bool)
Transmit Interrupt Enable.
Sourcepub const fn set_errwarn(&mut self, val: bool)
pub const fn set_errwarn(&mut self, val: bool)
Error or Warning Interrupt Enable.
Sourcepub const fn ddrmatched(&self) -> bool
pub const fn ddrmatched(&self) -> bool
Double Data Rate Interrupt Enable.
Sourcepub const fn set_ddrmatched(&mut self, val: bool)
pub const fn set_ddrmatched(&mut self, val: bool)
Double Data Rate Interrupt Enable.
Sourcepub const fn set_chandled(&mut self, val: bool)
pub const fn set_chandled(&mut self, val: bool)
Common Command Code (CCC) Interrupt Enable.
Trait Implementations§
impl Copy for Sintset
impl Eq for Sintset
impl StructuralPartialEq for Sintset
Auto Trait Implementations§
impl Freeze for Sintset
impl RefUnwindSafe for Sintset
impl Send for Sintset
impl Sync for Sintset
impl Unpin for Sintset
impl UnwindSafe for Sintset
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