pub enum CMDFE {
B0x0 = 0,
B0x1 = 1,
}
Expand description
Command FIFO empty This bit indicates the empty status of the generic command FIFO:
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for CMDFE
impl Eq for CMDFE
impl StructuralPartialEq for CMDFE
Auto Trait Implementations§
impl Freeze for CMDFE
impl RefUnwindSafe for CMDFE
impl Send for CMDFE
impl Sync for CMDFE
impl Unpin for CMDFE
impl UnwindSafe for CMDFE
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