STM32L443xx HAL User Manual
Defines
SMARTCARD Request Parameters
SMARTCARD Exported Constants

Defines

#define SMARTCARD_RXDATA_FLUSH_REQUEST   USART_RQR_RXFRQ
#define SMARTCARD_TXDATA_FLUSH_REQUEST   USART_RQR_TXFRQ

Define Documentation

#define SMARTCARD_RXDATA_FLUSH_REQUEST   USART_RQR_RXFRQ

Receive data flush request

Definition at line 547 of file stm32l4xx_hal_smartcard.h.

Referenced by SMARTCARD_RxISR().

#define SMARTCARD_TXDATA_FLUSH_REQUEST   USART_RQR_TXFRQ

Transmit data flush request

Definition at line 548 of file stm32l4xx_hal_smartcard.h.