#[repr(u8)]pub enum Ccie {
ZZ37 = 0,
ZZ38 = 1,
}Variants§
ZZ37 = 0
Command complete interrupt disabled
ZZ38 = 1
Command complete interrupt enabled. An interrupt request is generated whenever the FSTAT[CCIF] flag is set.
Implementations§
Trait Implementations§
Source§impl Ord for Ccie
impl Ord for Ccie
Source§impl PartialOrd for Ccie
impl PartialOrd for Ccie
impl Copy for Ccie
impl Eq for Ccie
impl StructuralPartialEq for Ccie
Auto Trait Implementations§
impl Freeze for Ccie
impl RefUnwindSafe for Ccie
impl Send for Ccie
impl Sync for Ccie
impl Unpin for Ccie
impl UnwindSafe for Ccie
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