STM32H735xx HAL User Manual
|
Functions | |
static void | SMARTCARDEx_SetNbDataToProcess (SMARTCARD_HandleTypeDef *hsmartcard) |
Calculate the number of data to process in RX/TX ISR. |
static void SMARTCARDEx_SetNbDataToProcess | ( | SMARTCARD_HandleTypeDef * | hsmartcard | ) | [static] |
Calculate the number of data to process in RX/TX ISR.
hsmartcard | SMARTCARD handle. |
None |
Definition at line 454 of file stm32h7xx_hal_smartcard_ex.c.
References __SMARTCARD_HandleTypeDef::FifoMode, __SMARTCARD_HandleTypeDef::Instance, __SMARTCARD_HandleTypeDef::NbRxDataToProcess, __SMARTCARD_HandleTypeDef::NbTxDataToProcess, RX_FIFO_DEPTH, SMARTCARD_FIFOMODE_DISABLE, and TX_FIFO_DEPTH.
Referenced by HAL_SMARTCARDEx_EnableFifoMode(), HAL_SMARTCARDEx_SetRxFifoThreshold(), and HAL_SMARTCARDEx_SetTxFifoThreshold().