STM32H735xx HAL User Manual
|
SMARTCARD Transmit and Receive functions. More...
Functions | |
__weak void | HAL_SMARTCARDEx_RxFifoFullCallback (SMARTCARD_HandleTypeDef *hsmartcard) |
SMARTCARD RX Fifo full callback. | |
__weak void | HAL_SMARTCARDEx_TxFifoEmptyCallback (SMARTCARD_HandleTypeDef *hsmartcard) |
SMARTCARD TX Fifo empty callback. |
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()
void HAL_SMARTCARDEx_RxFifoFullCallback | ( | SMARTCARD_HandleTypeDef * | hsmartcard | ) |
SMARTCARD RX Fifo full callback.
hsmartcard | Pointer to a SMARTCARD_HandleTypeDef structure that contains the configuration information for the specified SMARTCARD module. |
None |
Definition at line 210 of file stm32h7xx_hal_smartcard_ex.c.
Referenced by HAL_SMARTCARD_IRQHandler(), HAL_SMARTCARD_UnRegisterCallback(), and SMARTCARD_InitCallbacksToDefault().
void HAL_SMARTCARDEx_TxFifoEmptyCallback | ( | SMARTCARD_HandleTypeDef * | hsmartcard | ) |
SMARTCARD TX Fifo empty callback.
hsmartcard | Pointer to a SMARTCARD_HandleTypeDef structure that contains the configuration information for the specified SMARTCARD module. |
None |
Definition at line 226 of file stm32h7xx_hal_smartcard_ex.c.
Referenced by HAL_SMARTCARD_IRQHandler(), HAL_SMARTCARD_UnRegisterCallback(), and SMARTCARD_InitCallbacksToDefault().