pub enum Value {}Expand description
Transmit FIFO empty. The meaning of this bit depends on the state of the FEN bit in the Line Control Register, LCR_H
- If the FIFO is disabled, this bit is set when the transmit holding register is empty.
- If the FIFO is enabled, the TXFE bit is set when the transmit FIFO is empty.
- This bit does not indicate if there is data in the transmit shift register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
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