pub enum TXISW {
NOTEMPTY,
EMPTY,
}
Expand description
Values that can be written to the field TXIS
Variants§
NOTEMPTY
The TXDR register is not empty
EMPTY
The TXDR register is empty and the data to be transmitted must be written in the TXDR register
Auto Trait Implementations§
impl Freeze for TXISW
impl RefUnwindSafe for TXISW
impl Send for TXISW
impl Sync for TXISW
impl Unpin for TXISW
impl UnwindSafe for TXISW
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