pub enum FFLUSH {
NoFlush = 0,
Flush = 1,
}
Expand description
FIFO flush
Value on reset: 0
Variants§
NoFlush = 0
0: No FIFO flush
Flush = 1
1: FIFO flush. Programming this bit to 1 triggers the FIFO Flush. All the internal FIFO pointers (read and write) are cleared
Trait Implementations§
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