SMARTCARD Transmit and Receive functions.
More...
SMARTCARD Transmit and Receive functions.
===============================================================================
##### IO operation functions #####
===============================================================================
[..]
This subsection provides a set of FIFO mode related callback functions.
(#) TX/RX Fifos Callbacks:
(+) HAL_SMARTCARDEx_RxFifoFullCallback()
(+) HAL_SMARTCARDEx_TxFifoEmptyCallback()
◆ HAL_SMARTCARDEx_RxFifoFullCallback()
SMARTCARD RX Fifo full callback.
- Parameters
-
| hsmartcard | Pointer to a SMARTCARD_HandleTypeDef structure that contains the configuration information for the specified SMARTCARD module. |
- Return values
-
Definition at line 207 of file stm32l4xx_hal_smartcard_ex.c.
◆ HAL_SMARTCARDEx_TxFifoEmptyCallback()
SMARTCARD TX Fifo empty callback.
- Parameters
-
| hsmartcard | Pointer to a SMARTCARD_HandleTypeDef structure that contains the configuration information for the specified SMARTCARD module. |
- Return values
-
Definition at line 223 of file stm32l4xx_hal_smartcard_ex.c.