Searched refs:IS_LPUART_STOPBITS (Results 1 – 4 of 4) sorted by relevance
1100 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
1293 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
2120 assert_param(IS_LPUART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
2800 assert_param(IS_LPUART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()