STM32H735xx HAL User Manual
|
SMARTCARD FIFO mode. More...
Defines | |
#define | SMARTCARD_FIFOMODE_DISABLE 0x00000000U |
#define | SMARTCARD_FIFOMODE_ENABLE USART_CR1_FIFOEN |
SMARTCARD FIFO mode.
#define SMARTCARD_FIFOMODE_DISABLE 0x00000000U |
FIFO mode disable
Definition at line 74 of file stm32h7xx_hal_smartcard_ex.h.
Referenced by HAL_SMARTCARDEx_DisableFifoMode(), and SMARTCARDEx_SetNbDataToProcess().
#define SMARTCARD_FIFOMODE_ENABLE USART_CR1_FIFOEN |
FIFO mode enable
Definition at line 75 of file stm32h7xx_hal_smartcard_ex.h.
Referenced by HAL_SMARTCARD_Receive_IT(), HAL_SMARTCARD_Transmit_IT(), and HAL_SMARTCARDEx_EnableFifoMode().