Home
last modified time | relevance | path

Searched refs:GuardTime (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h101 uint32_t GuardTime; /*!< Specifies the SmartCard Guard Time */ member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h102 …uint8_t GuardTime; /*!< Specifies the SmartCard Guard Time applied after stop bit… member
A Dstm32f0xx_ll_usart.h2000 __STATIC_INLINE void LL_USART_SetSmartcardGuardTime(USART_TypeDef *USARTx, uint32_t GuardTime) in LL_USART_SetSmartcardGuardTime() argument
2002 MODIFY_REG(USARTx->GTPR, USART_GTPR_GT, GuardTime << USART_GTPR_GT_Pos); in LL_USART_SetSmartcardGuardTime()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c945 tmpreg = (uint32_t) (hsc->Init.Prescaler | (hsc->Init.GuardTime << SMARTCARD_GTPR_GT_LSB_POS)); in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1720 …tmpreg = (hsmartcard->Init.Prescaler | ((uint32_t)hsmartcard->Init.GuardTime << SMARTCARD_GTPR_GT_… in SMARTCARD_SetConfig()

Completed in 18 milliseconds