pub enum TC_A {
_0 = 0,
_1 = 1,
}Expand description
Transmit Complete Flag
Value on reset: 1
Variants§
_0 = 0
0: Transmitter active (sending data, a preamble, or a break).
_1 = 1
1: Transmitter idle (transmission activity complete).
Trait Implementations§
impl Copy for TC_A
impl StructuralPartialEq for TC_A
Auto Trait Implementations§
impl Freeze for TC_A
impl RefUnwindSafe for TC_A
impl Send for TC_A
impl Sync for TC_A
impl Unpin for TC_A
impl UnsafeUnpin for TC_A
impl UnwindSafe for TC_A
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