HAL
SMARTCARD_DMAReceiveCplt() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSMARTCARD_DMAReceiveCplt()

SMARTCARD_DMAReceiveCplt() function

DMA SMARTCARD receive process complete callback

Syntax

static void SMARTCARD_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
Implemented in stm32f4xx_hal_smartcard.c:1855

Arguments

hdma

Pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.

Return value

None

References

LocationReferrerText
stm32f4xx_hal_smartcard.c:1855
static void SMARTCARD_DMAReceiveCplt(DMA_HandleTypeDef *hdma)
stm32f4xx_hal_smartcard.c:212
static void SMARTCARD_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
stm32f4xx_hal_smartcard.c:1051HAL_SMARTCARD_Receive_DMA()
hsc->hdmarx->XferCpltCallback = SMARTCARD_DMAReceiveCplt;

Call Tree

Functions called by SMARTCARD_DMAReceiveCplt()
SMARTCARD_DMAReceiveCplt()
all items filtered out
Implementations
SMARTCARD_DMAReceiveCplt()
Type of SMARTCARD_DMAReceiveCplt()
SMARTCARD_DMAReceiveCplt()
all items filtered out