Searched refs:IS_USART_AUTO_RETRY_COUNTER (Results 1 – 3 of 3) sorted by relevance
457 #define IS_USART_AUTO_RETRY_COUNTER(COUNTER) ((COUNTER) <= 0x7) macro
481 #define IS_USART_AUTO_RETRY_COUNTER(COUNTER) ((COUNTER) <= 0x7) macro
1266 assert_param(IS_USART_AUTO_RETRY_COUNTER(USART_AutoCount)); in USART_SetAutoRetryCount()
Completed in 12 milliseconds