esp_idf_hal::sys

Type Alias uart_mode_t

Source
pub type uart_mode_t = u32;
Expand description

@brief UART mode selection

Trait Implementations§

Source§

impl From<Mode> for uart_mode_t

Source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.