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
impl From<SourceClock> for uart_sclk_t
Source§fn from(source_clock: SourceClock) -> Self
fn from(source_clock: SourceClock) -> Self
Converts to this type from the input type.