Type Alias esp_idf_hal::sys::uart_sclk_t

source ·
pub type uart_sclk_t = u32;
Expand description

@brief Type of UART clock source, reserved for the legacy UART driver

Trait Implementations§

source§

impl From<SourceClock> for uart_sclk_t

source§

fn from(source_clock: SourceClock) -> Self

Converts to this type from the input type.