HAL + 0/2 examples
CodeScope will show references to HAL_SDRAM_DMA_XferCpltCallback() from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
STM32469I_EVAL
Examples
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SDRAM_DMA_XferCpltCallback()

HAL_SDRAM_DMA_XferCpltCallback() function

DMA transfer complete callback.

Syntax

void HAL_SDRAM_DMA_XferCpltCallback(DMA_HandleTypeDef *hdma);
Implemented in stm32f4xx_hal_sdram.c:325

Arguments

hdma

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

Return value

None

Examples

HAL_SDRAM_DMA_XferCpltCallback() is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_sdram.c:325
__weak void HAL_SDRAM_DMA_XferCpltCallback(DMA_HandleTypeDef *hdma)
stm32f4xx_hal_sdram.h:153
void HAL_SDRAM_DMA_XferCpltCallback(DMA_HandleTypeDef *hdma);
stm32f4xx_hal_sdram.c:1249SDRAM_DMACplt()
HAL_SDRAM_DMA_XferCpltCallback(hdma);
stm32f4xx_hal_sdram.c:1271SDRAM_DMACpltProt()
HAL_SDRAM_DMA_XferCpltCallback(hdma);

Call Tree

Functions calling HAL_SDRAM_DMA_XferCpltCallback()
HAL_SDRAM_DMA_XferCpltCallback()
Data read by HAL_SDRAM_DMA_XferCpltCallback()
Data written by HAL_SDRAM_DMA_XferCpltCallback()
HAL_SDRAM_DMA_XferCpltCallback()
uwDMA_Transfer_Complete
all items filtered out