Searched refs:IS_USART_DE_POLARITY (Results 1 – 4 of 4) sorted by relevance
292 #define IS_USART_DE_POLARITY(POLARITY) (((POLARITY) == USART_DEPolarity_Low) || \ macro
316 #define IS_USART_DE_POLARITY(POLARITY) (((POLARITY) == USART_DEPolarity_Low) || \ macro
758 assert_param(IS_USART_DE_POLARITY(USART_DEPolarity)); in USART_DEPolarityConfig()
1450 assert_param(IS_USART_DE_POLARITY(USART_DEPolarity)); in USART_DEPolarityConfig()
Completed in 14 milliseconds