pub enum FTFW {
FLUSH,
}
Expand description
Values that can be written to the field FTF
Variants§
FLUSH
Transmit FIFO controller logic is reset to its default values. Cleared automatically
Auto Trait Implementations§
impl Freeze for FTFW
impl RefUnwindSafe for FTFW
impl Send for FTFW
impl Sync for FTFW
impl Unpin for FTFW
impl UnwindSafe for FTFW
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