rp2040_pac::uart0::uartcr

Type Alias 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 */ }