TxrtseW

Type Alias TxrtseW 

pub type TxrtseW<'a, REG> = BitWriter<'a, REG, Txrtse>;
Expand description

Field TXRTSE writer - Transmitter request-to-send enable

Aliased Type§

pub struct TxrtseW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> TxrtseW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

The transmitter has no effect on RTS.

pub fn _1(self) -> &'a mut W<REG>

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.