Searched refs:USART_SYN_CLOCK_POLARITY_LOW (Results 1 – 4 of 4) sorted by relevance
204 #define USART_SYN_CLOCK_POLARITY_LOW ((u32)0x00000000) macro207 #define IS_USART_SYNCHRONOUS_POLARITY(POLARITY) ((POLARITY == USART_SYN_CLOCK_POLARITY_LOW) || \
210 #define USART_SYN_CLOCK_POLARITY_LOW ((u32)0x00000000) macro213 #define IS_USART_SYNCHRONOUS_POLARITY(POLARITY) ((POLARITY == USART_SYN_CLOCK_POLARITY_LOW) || \
856 USART_SynClock_InitStruct->USART_ClockPolarity = USART_SYN_CLOCK_POLARITY_LOW; in USART_SynClockStructInit()
990 USART_SynClock_InitStruct->USART_ClockPolarity = USART_SYN_CLOCK_POLARITY_LOW; in USART_SynClockStructInit()
Completed in 16 milliseconds