Enum Txrtse
pub enum Txrtse {
_0 = 0,
_1 = 1,
}Expand description
Transmitter request-to-send enable
Value on reset: 0
Variants§
_0 = 0
0: The transmitter has no effect on RTS.
_1 = 1
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.
Trait Implementations§
impl Copy for Txrtse
impl Eq for Txrtse
impl StructuralPartialEq for Txrtse
Auto Trait Implementations§
impl Freeze for Txrtse
impl RefUnwindSafe for Txrtse
impl Send for Txrtse
impl Sync for Txrtse
impl Unpin for Txrtse
impl UnwindSafe for Txrtse
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