pub enum TX_E {
NotEmpty = 0,
Empty = 1,
}Expand description
Data register empty (transmitters)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TX_E
impl Eq for TX_E
impl StructuralPartialEq for TX_E
Auto Trait Implementations§
impl Freeze for TX_E
impl RefUnwindSafe for TX_E
impl Send for TX_E
impl Sync for TX_E
impl Unpin for TX_E
impl UnwindSafe for TX_E
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