Home
last modified time | relevance | path

Searched refs:tempBaud (Results 1 – 1 of 1) sorted by relevance

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_uart.c234 uint32_t tempBaud = 0; in UART_Init() local
239 tempBaud = (srcClock_Hz * 2 / ((sbr * 32 + brfa))); in UART_Init()
241 …(tempBaud > config->baudRate_Bps) ? (tempBaud - config->baudRate_Bps) : (config->baudRate_Bps - te… in UART_Init()
383 uint32_t tempBaud = 0; in UART_SetBaudRate() local
388 tempBaud = (srcClock_Hz * 2 / ((sbr * 32 + brfa))); in UART_SetBaudRate()
389 baudDiff = (tempBaud > baudRate_Bps) ? (tempBaud - baudRate_Bps) : (baudRate_Bps - tempBaud); in UART_SetBaudRate()

Completed in 6 milliseconds