Type Alias rp2040_pac::uart0::uartcr::RTSEN_W

source ·
pub type RTSEN_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field RTSEN writer - RTS hardware flow control enable. If this bit is set to 1, RTS hardware flow control is enabled. Data is only requested when there is space in the receive FIFO for it to be received.

Aliased Type§

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