#[repr(transparent)]pub struct Intr(pub u32);
Expand description
Interrupt status after masking & forcing for irq0
Tuple Fields§
§0: u32
Implementations§
source§impl Intr
impl Intr
pub const fn sm0_rxnempty(&self) -> bool
pub fn set_sm0_rxnempty(&mut self, val: bool)
pub const fn sm1_rxnempty(&self) -> bool
pub fn set_sm1_rxnempty(&mut self, val: bool)
pub const fn sm2_rxnempty(&self) -> bool
pub fn set_sm2_rxnempty(&mut self, val: bool)
pub const fn sm3_rxnempty(&self) -> bool
pub fn set_sm3_rxnempty(&mut self, val: bool)
pub const fn sm0_txnfull(&self) -> bool
pub fn set_sm0_txnfull(&mut self, val: bool)
pub const fn sm1_txnfull(&self) -> bool
pub fn set_sm1_txnfull(&mut self, val: bool)
pub const fn sm2_txnfull(&self) -> bool
pub fn set_sm2_txnfull(&mut self, val: bool)
pub const fn sm3_txnfull(&self) -> bool
pub fn set_sm3_txnfull(&mut self, val: bool)
pub const fn sm0(&self) -> bool
pub fn set_sm0(&mut self, val: bool)
pub const fn sm1(&self) -> bool
pub fn set_sm1(&mut self, val: bool)
pub const fn sm2(&self) -> bool
pub fn set_sm2(&mut self, val: bool)
pub const fn sm3(&self) -> bool
pub fn set_sm3(&mut self, val: bool)
Trait Implementations§
impl Copy for Intr
impl Eq for Intr
impl StructuralPartialEq for Intr
Auto Trait Implementations§
impl Freeze for Intr
impl RefUnwindSafe for Intr
impl Send for Intr
impl Sync for Intr
impl Unpin for Intr
impl UnwindSafe for Intr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)