Home
last modified time | relevance | path

Searched refs:TimeOutEnable (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c905 assert_param(IS_SMARTCARD_TIMEOUT(hsc->Init.TimeOutEnable)); in SMARTCARD_SetConfig()
930 tmpreg |= (uint32_t) hsc->Init.TimeOutEnable; in SMARTCARD_SetConfig()
950 if (hsc->Init.TimeOutEnable == SMARTCARD_TIMEOUT_ENABLE) { in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1687 assert_param(IS_SMARTCARD_TIMEOUT(hsmartcard->Init.TimeOutEnable)); in SMARTCARD_SetConfig()
1705 tmpreg |= (uint32_t) hsmartcard->Init.TimeOutEnable; in SMARTCARD_SetConfig()
1725 if (hsmartcard->Init.TimeOutEnable == SMARTCARD_TIMEOUT_ENABLE) in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h107 uint32_t TimeOutEnable; /*!< Specifies whether the receiver timeout is enabled. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h108 uint32_t TimeOutEnable; /*!< Specifies whether the receiver timeout is enabled. member

Completed in 12 milliseconds