pub enum ACMDEND_AW {
NO,
YES,
}
Expand description
Force Event for Auto CMD End Bit Error
Value on reset: 0
Variants
NO
0: No Interrupt
YES
1: Interrupt is generated
Trait Implementations
sourceimpl Clone for ACMDEND_AW
impl Clone for ACMDEND_AW
sourcefn clone(&self) -> ACMDEND_AW
fn clone(&self) -> ACMDEND_AW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ACMDEND_AW
impl Debug for ACMDEND_AW
sourceimpl From<ACMDEND_AW> for bool
impl From<ACMDEND_AW> for bool
sourcefn from(variant: ACMDEND_AW) -> Self
fn from(variant: ACMDEND_AW) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ACMDEND_AW> for ACMDEND_AW
impl PartialEq<ACMDEND_AW> for ACMDEND_AW
sourcefn eq(&self, other: &ACMDEND_AW) -> bool
fn eq(&self, other: &ACMDEND_AW) -> bool
impl Copy for ACMDEND_AW
impl StructuralPartialEq for ACMDEND_AW
Auto Trait Implementations
impl RefUnwindSafe for ACMDEND_AW
impl Send for ACMDEND_AW
impl Sync for ACMDEND_AW
impl Unpin for ACMDEND_AW
impl UnwindSafe for ACMDEND_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