pub enum CMDCRC_AW {
    NO,
    YES,
}Expand description
Force Event for Command CRC Error
Value on reset: 0
Variants
NO
0: No Interrupt
YES
1: Interrupt is generated
Trait Implementations
impl Copy for CMDCRC_AW
impl StructuralPartialEq for CMDCRC_AW
Auto Trait Implementations
impl RefUnwindSafe for CMDCRC_AW
impl Send for CMDCRC_AW
impl Sync for CMDCRC_AW
impl Unpin for CMDCRC_AW
impl UnwindSafe for CMDCRC_AW
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