Searched refs:IS_USART_STOPBITS (Results 1 – 4 of 4) sorted by relevance
593 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ macro
779 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ macro
2730 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()
2956 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()