Searched refs:USART_CPHA (Results 1 – 12 of 12) sorted by relevance
289 assert_param(IS_USART_CPHA(USART_ClockInitStruct->USART_CPHA)); in USART_ClockInit()302 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()318 USART_ClockInitStruct->USART_CPHA = USART_CPHA_1Edge; in USART_ClockStructInit()
211 assert_param(IS_USART_CPHA(USART_ClockInitStruct->USART_CPHA)); in USART_ClockInit()223 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit); in USART_ClockInit()239 USART_ClockInitStruct->USART_CPHA = USART_CPHA_1Edge; in USART_ClockStructInit()
203 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()218 USART_ClockInitStruct->USART_CPHA = USART_CPHA_1Edge; in USART_ClockStructInit()
202 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()217 USART_ClockInitStruct->USART_CPHA = USART_CPHA_1Edge; in USART_ClockStructInit()
217 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()235 USART_ClockInitStruct->USART_CPHA = USART_CPHA_1Edge; in USART_ClockStructInit()
58 uint16_t USART_CPHA; /*!< Specifies the clock transition on which the bit capture is made. member
58 uint16_t USART_CPHA; /* Specifies the clock transition on which the bit capture is made. member
309 assert_param(IS_USART_CPHA(USART_ClockInitStruct->USART_CPHA)); in USART_ClockInit()321 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit); in USART_ClockInit()337 USART_ClockInitStruct->USART_CPHA = USART_CPHA_1Edge; in USART_ClockStructInit()
69 uint16_t USART_CPHA; /*!< Specifies the clock transition on which the bit capture is made. member
77 …uint32_t USART_CPHA; /*!< Specifies the clock transition on which the bit capture is … member
76 …uint32_t USART_CPHA; /*!< Specifies the clock transition on which the bit capture is … member
Completed in 22 milliseconds