#[repr(u8)]pub enum Err32 {
NOT_ACTIVE = 0,
PENDING = 1,
}Variants§
NOT_ACTIVE = 0
The Error Interrupt is not active for DMA channel 32.
PENDING = 1
The Error Interrupt is pending for DMA channel 32.
Implementations§
Trait Implementations§
Source§impl Ord for Err32
impl Ord for Err32
Source§impl PartialOrd for Err32
impl PartialOrd for Err32
impl Copy for Err32
impl Eq for Err32
impl StructuralPartialEq for Err32
Auto Trait Implementations§
impl Freeze for Err32
impl RefUnwindSafe for Err32
impl Send for Err32
impl Sync for Err32
impl Unpin for Err32
impl UnwindSafe for Err32
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