Searched refs:CLKLastBit (Results 1 – 4 of 4) sorted by relevance
76 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
2268 assert_param(IS_SMARTCARD_LASTBIT(hsc->Init.CLKLastBit)); in SMARTCARD_SetConfig()2290 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
2724 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()2745 husart->Init.CLKPhase | husart->Init.CLKLastBit | husart->Init.StopBits); in USART_SetConfig()
Completed in 20 milliseconds