Searched refs:USART_CLOCK_DISABLE (Results 1 – 6 of 6) sorted by relevance
214 #define USART_CLOCK_DISABLE (0x00000000U) macro523 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_CLOCK_DISABLE) || \
213 #define USART_CLOCK_DISABLE ((uint32_t)0x00000000U) /*!< USART clock disable … macro584 #define IS_USART_CLOCK(__CLOCK__) (((__CLOCK__) == USART_CLOCK_DISABLE) || \
306 #define USART_CLOCK_DISABLE 0x00000000U /*!< USART clock disable */ macro827 #define IS_USART_CLOCK(__CLOCK__) (((__CLOCK__) == USART_CLOCK_DISABLE) || \
1025 #define USART_CLOCK_DISABLED USART_CLOCK_DISABLE
938 #define USART_CLOCK_DISABLED USART_CLOCK_DISABLE