Type Alias rp2040_pac::uart0::uartcr::UARTEN_W

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

Field UARTEN writer - UART enable: 0 = UART is disabled. If the UART is disabled in the middle of transmission or reception, it completes the current character before stopping. 1 = the UART is enabled. Data transmission and reception occurs for either UART signals or SIR signals depending on the setting of the SIREN bit.

Aliased Type§

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