Type Alias rp2040_pac::uart0::uartlcr_h::WLEN_W

source ·
pub type WLEN_W<'a, REG> = FieldWriter<'a, REG, 2>;
Expand description

Field WLEN writer - Word length. These bits indicate the number of data bits transmitted or received in a frame as follows: b11 = 8 bits b10 = 7 bits b01 = 6 bits b00 = 5 bits.

Aliased Type§

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