Searched refs:IS_USART_PARITY (Results 1 – 6 of 6) sorted by relevance
517 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ macro
566 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ macro
803 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ macro
1843 assert_param(IS_USART_PARITY(husart->Init.Parity)); in USART_SetConfig()
2093 assert_param(IS_USART_PARITY(husart->Init.Parity)); in USART_SetConfig()
2946 assert_param(IS_USART_PARITY(husart->Init.Parity)); in USART_SetConfig()