Type Alias esp_idf_hal::sys::uart_stop_bits_t

source ·
pub type uart_stop_bits_t = u32;
Expand description

@brief UART stop bits number

Trait Implementations§

source§

impl From<StopBits> for uart_stop_bits_t

source§

fn from(stop_bits: StopBits) -> Self

Converts to this type from the input type.