Searched refs:CLKLastBit (Results 1 – 8 of 8) sorted by relevance
91 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
92 …uint16_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
95 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
902 assert_param(IS_SMARTCARD_LASTBIT(hsc->Init.CLKLastBit)); in SMARTCARD_SetConfig()929 tmpreg |= (uint32_t) hsc->Init.CLKPhase | hsc->Init.CLKLastBit; in SMARTCARD_SetConfig()
1537 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()1564 tmpreg |= ((uint32_t)husart->Init.CLKLastBit | (uint32_t)husart->Init.StopBits); in USART_SetConfig()
1684 assert_param(IS_SMARTCARD_LASTBIT(hsmartcard->Init.CLKLastBit)); in SMARTCARD_SetConfig()1704 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
2180 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()2206 tmpreg |= ((uint32_t)husart->Init.CLKLastBit | (uint32_t)husart->Init.StopBits); in USART_SetConfig()
Completed in 32 milliseconds