#[repr(transparent)]pub struct IcClrIntr(pub u32);
Expand description
Clear Combined and Individual Interrupt Register
Tuple Fields§
§0: u32
Implementations§
source§impl IcClrIntr
impl IcClrIntr
sourcepub const fn clr_intr(&self) -> bool
pub const fn clr_intr(&self) -> bool
Read this register to clear the combined interrupt, all individual interrupts, and the IC_TX_ABRT_SOURCE register. This bit does not clear hardware clearable interrupts but software clearable interrupts. Refer to Bit 9 of the IC_TX_ABRT_SOURCE register for an exception to clearing IC_TX_ABRT_SOURCE. Reset value: 0x0
sourcepub fn set_clr_intr(&mut self, val: bool)
pub fn set_clr_intr(&mut self, val: bool)
Read this register to clear the combined interrupt, all individual interrupts, and the IC_TX_ABRT_SOURCE register. This bit does not clear hardware clearable interrupts but software clearable interrupts. Refer to Bit 9 of the IC_TX_ABRT_SOURCE register for an exception to clearing IC_TX_ABRT_SOURCE. Reset value: 0x0
Trait Implementations§
impl Copy for IcClrIntr
impl Eq for IcClrIntr
impl StructuralPartialEq for IcClrIntr
Auto Trait Implementations§
impl Freeze for IcClrIntr
impl RefUnwindSafe for IcClrIntr
impl Send for IcClrIntr
impl Sync for IcClrIntr
impl Unpin for IcClrIntr
impl UnwindSafe for IcClrIntr
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
)