Searched refs:USART_CPOL (Results 1 – 6 of 6) sorted by relevance
372 assert_param(IS_USART_CPOL(USART_ClockInitStruct->USART_CPOL)); in USART_ClockInit()385 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()401 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
305 assert_param(IS_USART_CPOL(USART_ClockInitStruct->USART_CPOL)); in USART_ClockInit()318 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()334 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
385 assert_param(IS_USART_CPOL(USART_ClockInitStruct->USART_CPOL)); in USART_ClockInit()398 tmpreg |= (uint32_t)USART_ClockInitStruct->USART_Clock | USART_ClockInitStruct->USART_CPOL | in USART_ClockInit()414 USART_ClockInitStruct->USART_CPOL = USART_CPOL_Low; in USART_ClockStructInit()
87 uint16_t USART_CPOL; /*!< Specifies the steady state value of the serial clock. member
93 uint16_t USART_CPOL; /*!< Specifies the steady state of the serial clock. member
Completed in 28 milliseconds