Home
last modified time | relevance | path

Searched refs:SMARTCARD_TIMEOUT_ENABLE (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h322 #define SMARTCARD_TIMEOUT_ENABLE ((uint32_t)USART_CR2_RTOEN) macro
770 ((__TIMEOUT__) == SMARTCARD_TIMEOUT_ENABLE))
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h383 #define SMARTCARD_TIMEOUT_ENABLE ((uint32_t)USART_CR2_RTOEN) /*!< SMARTCARD re… macro
907 ((__TIMEOUT__) == SMARTCARD_TIMEOUT_ENABLE))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c950 if (hsc->Init.TimeOutEnable == SMARTCARD_TIMEOUT_ENABLE) { in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1725 if (hsmartcard->Init.TimeOutEnable == SMARTCARD_TIMEOUT_ENABLE) in SMARTCARD_SetConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h569 #define SMARTCARD_TIMEOUT_ENABLED SMARTCARD_TIMEOUT_ENABLE
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h873 #define SMARTCARD_TIMEOUT_ENABLED SMARTCARD_TIMEOUT_ENABLE

Completed in 37 milliseconds