STM32H735xx 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 448 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_TIMEOUT_ENABLE   USART_CR2_RTOEN

SMARTCARD receiver timeout enabled

Definition at line 449 of file stm32h7xx_hal_smartcard.h.

Referenced by SMARTCARD_SetConfig().