Type Alias rp2040_pac::uart0::uartcr::SIRLP_W

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

Field SIRLP writer - SIR low-power IrDA mode. This bit selects the IrDA encoding mode. If this bit is cleared to 0, low-level bits are transmitted as an active high pulse with a width of 3 / 16th of the bit period. If this bit is set to 1, low-level bits are transmitted with a pulse width that is 3 times the period of the IrLPBaud16 input signal, regardless of the selected bit rate. Setting this bit uses less power, but might reduce transmission distances.

Aliased Type§

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