STM32L486xx HAL User Manual
Defines
SMARTCARD Timeout Enable
SMARTCARD Exported Constants

Defines

#define SMARTCARD_TIMEOUT_DISABLE   0x00000000U
#define SMARTCARD_TIMEOUT_ENABLE   USART_CR2_RTOEN

Define Documentation

#define SMARTCARD_TIMEOUT_DISABLE   0x00000000U

SMARTCARD receiver timeout disabled

Definition at line 454 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_TIMEOUT_ENABLE   USART_CR2_RTOEN

SMARTCARD receiver timeout enabled

Definition at line 455 of file stm32l4xx_hal_smartcard.h.

Referenced by SMARTCARD_SetConfig().