Searched refs:IS_UART_STOPBITS (Results 1 – 6 of 6) sorted by relevance
1253 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ macro
1312 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ macro
1264 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ macro
3043 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
3017 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
3103 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()