pub enum TXDAVL_A {
NotAvailable = 0,
Available = 1,
}
Expand description
Data available in transmit FIFO
Value on reset: 0
Variants§
NotAvailable = 0
0: Data not available in transmit FIFO
Available = 1
1: Data available in transmit FIFO
Trait Implementations§
impl Copy for TXDAVL_A
impl StructuralPartialEq for TXDAVL_A
Auto Trait Implementations§
impl Freeze for TXDAVL_A
impl RefUnwindSafe for TXDAVL_A
impl Send for TXDAVL_A
impl Sync for TXDAVL_A
impl Unpin for TXDAVL_A
impl UnwindSafe for TXDAVL_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