#[repr(u8)]pub enum Errstselect {
Stop = 0,
Fds = 1,
Tfr = 3,
}
Expand description
ADMA Error State
Value on reset: 0
Variants§
Stop = 0
0: ST_STOP (Stop DMA)
Fds = 1
1: ST_FDS (Fetch Descriptor)
Tfr = 3
3: ST_TFR (Transfer Data)
Trait Implementations§
Source§impl Clone for Errstselect
impl Clone for Errstselect
Source§fn clone(&self) -> Errstselect
fn clone(&self) -> Errstselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Errstselect
impl Debug for Errstselect
Source§impl From<Errstselect> for u8
impl From<Errstselect> for u8
Source§fn from(variant: Errstselect) -> Self
fn from(variant: Errstselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Errstselect
impl PartialEq for Errstselect
impl Copy for Errstselect
impl Eq for Errstselect
impl IsEnum for Errstselect
impl StructuralPartialEq for Errstselect
Auto Trait Implementations§
impl Freeze for Errstselect
impl RefUnwindSafe for Errstselect
impl Send for Errstselect
impl Sync for Errstselect
impl Unpin for Errstselect
impl UnwindSafe for Errstselect
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