Searched refs:USART_CPOL_Low (Results 1 – 12 of 12) sorted by relevance
184 #define USART_CPOL_Low ((uint16_t)0x0000) macro186 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High))
185 #define USART_CPOL_Low ((uint32_t)0x00000000) macro187 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High))
96 #define USART_CPOL_Low ((uint16_t)0x0000) macro
190 #define USART_CPOL_Low ((uint32_t)0x00000000) macro192 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High))
217 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
216 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
234 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
317 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
238 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
336 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
Completed in 22 milliseconds