#[repr(u8)]
pub enum CMDTYP_A {
NORMAL,
SUSPEND,
RESUME,
ABORT,
}
Expand description
Command Type
Value on reset: 0
Variants
NORMAL
0: Other commands
SUSPEND
1: CMD52 for writing Bus Suspend in CCCR
RESUME
2: CMD52 for writing Function Select in CCCR
ABORT
3: CMD12, CMD52 for writing I/O Abort in CCCR
Trait Implementations
impl Copy for CMDTYP_A
impl StructuralPartialEq for CMDTYP_A
Auto Trait Implementations
impl RefUnwindSafe for CMDTYP_A
impl Send for CMDTYP_A
impl Sync for CMDTYP_A
impl Unpin for CMDTYP_A
impl UnwindSafe for CMDTYP_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