#[repr(transparent)]pub struct Irq1ints(pub u32);
Expand description
Interrupt status after masking & forcing for irq1
Tuple Fields§
§0: u32
Implementations§
source§impl Irq1ints
impl Irq1ints
pub const fn ch0(&self) -> bool
pub fn set_ch0(&mut self, val: bool)
pub const fn ch1(&self) -> bool
pub fn set_ch1(&mut self, val: bool)
pub const fn ch2(&self) -> bool
pub fn set_ch2(&mut self, val: bool)
pub const fn ch3(&self) -> bool
pub fn set_ch3(&mut self, val: bool)
pub const fn ch4(&self) -> bool
pub fn set_ch4(&mut self, val: bool)
pub const fn ch5(&self) -> bool
pub fn set_ch5(&mut self, val: bool)
pub const fn ch6(&self) -> bool
pub fn set_ch6(&mut self, val: bool)
pub const fn ch7(&self) -> bool
pub fn set_ch7(&mut self, val: bool)
pub const fn ch8(&self) -> bool
pub fn set_ch8(&mut self, val: bool)
pub const fn ch9(&self) -> bool
pub fn set_ch9(&mut self, val: bool)
pub const fn ch10(&self) -> bool
pub fn set_ch10(&mut self, val: bool)
pub const fn ch11(&self) -> bool
pub fn set_ch11(&mut self, val: bool)
Trait Implementations§
impl Copy for Irq1ints
impl Eq for Irq1ints
impl StructuralPartialEq for Irq1ints
Auto Trait Implementations§
impl Freeze for Irq1ints
impl RefUnwindSafe for Irq1ints
impl Send for Irq1ints
impl Sync for Irq1ints
impl Unpin for Irq1ints
impl UnwindSafe for Irq1ints
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
)