pub enum TXIS_A {
NOTEMPTY = 0,
EMPTY = 1,
}
Expand description
Transmit interrupt status (transmitters)
Value on reset: 0
Variants§
NOTEMPTY = 0
0: The TXDR register is not empty
EMPTY = 1
1: The TXDR register is empty and the data to be transmitted must be written in the TXDR register
Trait Implementations§
impl Copy for TXIS_A
impl StructuralPartialEq for TXIS_A
Auto Trait Implementations§
impl Freeze for TXIS_A
impl RefUnwindSafe for TXIS_A
impl Send for TXIS_A
impl Sync for TXIS_A
impl Unpin for TXIS_A
impl UnwindSafe for TXIS_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