Searched refs:USART_CPOL (Results 1 – 12 of 12) sorted by relevance
288 assert_param(IS_USART_CPOL(USART_ClockInitStruct->USART_CPOL)); in USART_ClockInit()301 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()317 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
210 assert_param(IS_USART_CPOL(USART_ClockInitStruct->USART_CPOL)); in USART_ClockInit()222 tmpreg |= (uint32_t)(USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()238 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
202 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()217 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
201 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()216 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
216 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()234 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
55 uint16_t USART_CPOL; /*!< Specifies the steady state value of the serial clock. member
55 uint16_t USART_CPOL; /* Specifies the steady state value of the serial clock. member
308 assert_param(IS_USART_CPOL(USART_ClockInitStruct->USART_CPOL)); in USART_ClockInit()320 tmpreg |= (uint32_t)(USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()336 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
66 uint16_t USART_CPOL; /*!< Specifies the steady state value of the serial clock. member
74 uint32_t USART_CPOL; /*!< Specifies the steady state of the serial clock. member
73 uint32_t USART_CPOL; /*!< Specifies the steady state of the serial clock. member
Completed in 60 milliseconds