Type Alias rp2040_pac::uart0::uartlcr_h::WLEN_R

source ·
pub type WLEN_R = FieldReader;
Expand description

Field WLEN reader - 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_R { /* private fields */ }