esp_idf_hal::sys

Type Alias uart_parity_t

Source
pub type uart_parity_t = u32;
Expand description

@brief UART parity constants

Trait Implementations§

Source§

impl From<Parity> for uart_parity_t

Source§

fn from(parity: Parity) -> Self

Converts to this type from the input type.