Type Alias rp2040_pac::uart0::uartcr::UARTEN_R
source · pub type UARTEN_R = BitReader;
Expand description
Field UARTEN
reader - 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_R { /* private fields */ }