Searched refs:USART_LastBit (Results 1 – 6 of 6) sorted by relevance
374 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()386 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()403 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
307 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()319 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()336 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
387 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()399 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()416 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
93 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member
99 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member
Completed in 20 milliseconds