Enum Fflush
#[repr(u8)]pub enum Fflush {
NOFLUSH = 0,
FLUSH = 1,
}
Variants§
NOFLUSH = 0
No FIFO flush
FLUSH = 1
FIFO flush. Programming this bit to 1 triggers the FIFO Flush. All the internal FIFO pointers (read and write) are cleared
Implementations§
Trait Implementations§
§impl Ord for Fflush
impl Ord for Fflush
§impl PartialOrd for Fflush
impl PartialOrd for Fflush
impl Copy for Fflush
impl Eq for Fflush
impl StructuralPartialEq for Fflush
Auto Trait Implementations§
impl Freeze for Fflush
impl RefUnwindSafe for Fflush
impl Send for Fflush
impl Sync for Fflush
impl Unpin for Fflush
impl UnwindSafe for Fflush
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