rp2040_pac::uart0::uartcr

Type Alias SIREN_W

Source
pub type SIREN_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SIREN writer - SIR enable: 0 = IrDA SIR ENDEC is disabled. nSIROUT remains LOW (no light pulse generated), and signal transitions on SIRIN have no effect. 1 = IrDA SIR ENDEC is enabled. Data is transmitted and received on nSIROUT and SIRIN. UARTTXD remains HIGH, in the marking state. Signal transitions on UARTRXD or modem status inputs have no effect. This bit has no effect if the UARTEN bit disables the UART.

Aliased Typeยง

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