Type Alias rp2040_pac::uart0::uartimsc::CTSMIM_W

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

Field CTSMIM writer - nUARTCTS modem interrupt mask. A read returns the current mask for the UARTCTSINTR interrupt. On a write of 1, the mask of the UARTCTSINTR interrupt is set. A write of 0 clears the mask.

Aliased Type§

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