pub const UART_FREQUENCY: u32 = _; // 8_000_000u32
Expand description
Frequency (Hz) of all UARTs.
Use this to compute any alternate baud rates that aren’t supported
by lpuart_baud()
.
pub const UART_FREQUENCY: u32 = _; // 8_000_000u32
Frequency (Hz) of all UARTs.
Use this to compute any alternate baud rates that aren’t supported
by lpuart_baud()
.