Enum Txof
pub enum Txof {
_0 = 0,
_1 = 1,
}Expand description
Transmitter Buffer Overflow Flag
Value on reset: 0
Variants§
_0 = 0
0: No transmit buffer overflow has occurred since the last time the flag was cleared.
_1 = 1
1: At least one transmit buffer overflow has occurred since the last time the flag was cleared.
Trait Implementations§
impl Copy for Txof
impl Eq for Txof
impl StructuralPartialEq for Txof
Auto Trait Implementations§
impl Freeze for Txof
impl RefUnwindSafe for Txof
impl Send for Txof
impl Sync for Txof
impl Unpin for Txof
impl UnwindSafe for Txof
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