Enum Ccie
pub enum Ccie {
_0 = 0,
_1 = 1,
}Expand description
Command Complete Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Command complete interrupt disabled
_1 = 1
1: Command complete interrupt enabled. An interrupt request is generated whenever the FSTAT[CCIF] flag is set.
Trait Implementations§
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