Searched refs:IS_USART_STOPBITS (Results 1 – 6 of 6) sorted by relevance
512 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ macro
556 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ macro
793 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ macro
1842 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()
2092 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()
2945 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()