Searched refs:IS_UART_STOPBITS (Results 1 – 6 of 6) sorted by relevance
616 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ macro
1091 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ macro
1283 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ macro
1879 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
2124 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
2804 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()