STM32F439xx HAL User Manual
Defines
SMARTCARD DMA requests
SMARTCARD Exported constants

Defines

#define SMARTCARD_DMAREQ_TX   ((uint32_t)USART_CR3_DMAT)
#define SMARTCARD_DMAREQ_RX   ((uint32_t)USART_CR3_DMAR)

Define Documentation

#define SMARTCARD_DMAREQ_RX   ((uint32_t)USART_CR3_DMAR)

Definition at line 303 of file stm32f4xx_hal_smartcard.h.

#define SMARTCARD_DMAREQ_TX   ((uint32_t)USART_CR3_DMAT)

Definition at line 302 of file stm32f4xx_hal_smartcard.h.