Searched refs:LastBit (Results 1 – 14 of 14) sorted by relevance
290 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->LastBit)); in USART_ClockInit()302 | USART_ClockInitStruct->Phase | USART_ClockInitStruct->LastBit; in USART_ClockInit()318 USART_ClockInitStruct->LastBit = USART_CLKLB_DISABLE; in USART_ClockStructInit()
308 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->LastBit)); in USART_ClockInit()320 | USART_ClockInitStruct->Phase | USART_ClockInitStruct->LastBit; in USART_ClockInit()336 USART_ClockInitStruct->LastBit = USART_CLKLB_DISABLE; in USART_ClockStructInit()
303 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->LastBit)); in USART_ClockInit()315 | USART_ClockInitStruct->Phase | USART_ClockInitStruct->LastBit; in USART_ClockInit()331 USART_ClockInitStruct->LastBit = USART_CLKLB_DISABLE; in USART_ClockStructInit()
103 uint16_t LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitted member
Completed in 23 milliseconds