Searched refs:CLKLastBit (Results 1 – 12 of 12) sorted by relevance
1258 assert_param(IS_SMARTCARD_LASTBIT(hsc->Init.CLKLastBit)); in SMARTCARD_SetConfig()1278 …((uint32_t)(USART_CR2_CLKEN | hsc->Init.CLKPolarity | hsc->Init.CLKPhase| hsc->Init.CLKLastBit)) ); in SMARTCARD_SetConfig()
1839 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()1859 …ENABLE| husart->Init.CLKPolarity | husart->Init.CLKPhase| husart->Init.CLKLastBit | husart->Init.S… in USART_SetConfig()
94 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
91 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
90 …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
91 …uint16_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
1672 assert_param(IS_SMARTCARD_LASTBIT(hsmartcard->Init.CLKLastBit)); in SMARTCARD_SetConfig()1699 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
2089 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()2115 tmpreg |= ((uint32_t)husart->Init.CLKLastBit | (uint32_t)husart->Init.StopBits); in USART_SetConfig()
2411 assert_param(IS_SMARTCARD_LASTBIT(hsmartcard->Init.CLKLastBit)); in SMARTCARD_SetConfig()2438 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
2942 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()2969 tmpreg |= (uint32_t)husart->Init.CLKLastBit; in USART_SetConfig()