#[repr(transparent)]pub struct Errint1(pub u32);Expand description
Error Interrupt status for all DMA channels.
Tuple Fields§
§0: u32Implementations§
Source§impl Errint1
impl Errint1
Sourcepub const fn err63_33(&self) -> Err6333
pub const fn err63_33(&self) -> Err6333
Additional error Interrupt flags for remaining DMA channels in the range 63 to 33. Any bits above the actually implemented channels are reserved.
Sourcepub const fn set_err63_33(&mut self, val: Err6333)
pub const fn set_err63_33(&mut self, val: Err6333)
Additional error Interrupt flags for remaining DMA channels in the range 63 to 33. Any bits above the actually implemented channels are reserved.
Trait Implementations§
impl Copy for Errint1
impl Eq for Errint1
impl StructuralPartialEq for Errint1
Auto Trait Implementations§
impl Freeze for Errint1
impl RefUnwindSafe for Errint1
impl Send for Errint1
impl Sync for Errint1
impl Unpin for Errint1
impl UnwindSafe for Errint1
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