pub enum TXRTSEW {
_0,
_1,
}Expand description
Values that can be written to the field TXRTSE
Variants§
_0
The transmitter has no effect on RTS.
_1
When a character is placed into an empty transmitter data buffer , RTS asserts one bit time before the start bit is transmitted. RTS deasserts one bit time after all characters in the transmitter data buffer and shift register are completely sent, including the last stop bit. (FIFO) (FIFO)
Auto Trait Implementations§
impl Freeze for TXRTSEW
impl RefUnwindSafe for TXRTSEW
impl Send for TXRTSEW
impl Sync for TXRTSEW
impl Unpin for TXRTSEW
impl UnwindSafe for TXRTSEW
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