Searched refs:SYNCLOCK (Results 1 – 2 of 2) sorted by relevance
181 #define IS_USART_SYNCHRONOUS_CLOCK(SYNCLOCK) ((SYNCLOCK == USART_SYN_CLOCK_DISABLE) || \ argument182 (SYNCLOCK == USART_SYN_CLOCK_ENABLE))
187 #define IS_USART_SYNCHRONOUS_CLOCK(SYNCLOCK) ((SYNCLOCK == USART_SYN_CLOCK_DISABLE) || \ argument188 (SYNCLOCK == USART_SYN_CLOCK_ENABLE))
Completed in 15 milliseconds