Type Alias esp_idf_hal::sys::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.