Searched refs:LPUART_BRR_MIN (Results 1 – 1 of 1) sorted by relevance
207 #define LPUART_BRR_MIN 0x00000300U /* LPUART BRR minimum authorized value */ macro2946 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()