pub enum ACMDCRC_A {
NO,
YES,
}
Expand description
Auto CMD CRC Error
Value on reset: 0
Variants
NO
0: No error
YES
1: CRC Error Generated
Trait Implementations
impl Copy for ACMDCRC_A
impl StructuralPartialEq for ACMDCRC_A
Auto Trait Implementations
impl RefUnwindSafe for ACMDCRC_A
impl Send for ACMDCRC_A
impl Sync for ACMDCRC_A
impl Unpin for ACMDCRC_A
impl UnwindSafe for ACMDCRC_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