Home
last modified time | relevance | path

Searched refs:CLKLastBit (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_usart.h91 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
A Dstm32f0xx_hal_smartcard.h92 …uint16_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_usart.h95 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
A Dstm32f7xx_hal_smartcard.h91 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c902 assert_param(IS_SMARTCARD_LASTBIT(hsc->Init.CLKLastBit)); in SMARTCARD_SetConfig()
929 tmpreg |= (uint32_t) hsc->Init.CLKPhase | hsc->Init.CLKLastBit; in SMARTCARD_SetConfig()
A Dstm32f7xx_hal_usart.c1537 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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1684 assert_param(IS_SMARTCARD_LASTBIT(hsmartcard->Init.CLKLastBit)); in SMARTCARD_SetConfig()
1704 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
A Dstm32f0xx_hal_usart.c2180 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