Type Alias rp2040_pac::uart0::uartcr::CTSEN_W

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

Field CTSEN writer - CTS hardware flow control enable. If this bit is set to 1, CTS hardware flow control is enabled. Data is only transmitted when the nUARTCTS signal is asserted.

Aliased Type§

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