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