pub type RTS_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field RTS
writer - Request to send. This bit is the complement of the UART request to send, nUARTRTS, modem status output. That is, when the bit is programmed to a 1 then nUARTRTS is LOW.
Aliased Typeยง
struct RTS_W<'a, REG> { /* private fields */ }