1 /*------------------------------------------------------------------------------
3 * Purpose: fsl_lpuart_cmsis driver helper file
4 *----------------------------------------------------------------------------*/
6 #include "clock_config.h"
8 uint32_t LPUART1_GetFreq(void) {
9 return BOARD_BOOTCLOCKRUN_UART_CLK_ROOT;
12 uint32_t LPUART3_GetFreq(void) {
13 return BOARD_BOOTCLOCKRUN_UART_CLK_ROOT;