#[repr(u8)]
pub enum ERRST_A {
STOP,
FDS,
TFR,
}
Expand description
ADMA Error State
Value on reset: 0
Variants
STOP
0: ST_STOP (Stop DMA)
FDS
1: ST_FDS (Fetch Descriptor)
TFR
3: ST_TFR (Transfer Data)
Trait Implementations
impl Copy for ERRST_A
impl StructuralPartialEq for ERRST_A
Auto Trait Implementations
impl RefUnwindSafe for ERRST_A
impl Send for ERRST_A
impl Sync for ERRST_A
impl Unpin for ERRST_A
impl UnwindSafe for ERRST_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more