pub type uart_word_length_t = u32;
Expand description

@brief UART word length constants

Trait Implementations§

source§

impl From<DataBits> for uart_word_length_t

source§

fn from(data_bits: DataBits) -> Self

Converts to this type from the input type.