Enum Txofe
pub enum Txofe {
_0 = 0,
_1 = 1,
}Expand description
Transmit FIFO Overflow Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: TXOF flag does not generate an interrupt to the host.
_1 = 1
1: TXOF flag generates an interrupt to the host.
Trait Implementations§
impl Copy for Txofe
impl Eq for Txofe
impl StructuralPartialEq for Txofe
Auto Trait Implementations§
impl Freeze for Txofe
impl RefUnwindSafe for Txofe
impl Send for Txofe
impl Sync for Txofe
impl Unpin for Txofe
impl UnwindSafe for Txofe
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