Searched refs:IS_USART_CLOCK (Results 1 – 2 of 2) sorted by relevance
587 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_CLOCK_DISABLE) || \ macro
813 #define IS_USART_CLOCK(__CLOCK__) (((__CLOCK__) == USART_CLOCK_DISABLE) || \ macro