BSP_SDRAM_ReadData_DMA() is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

BSP_SDRAM_ReadData_DMA() function

Reads an mount of data from the SDRAM memory in DMA mode.

Syntax

uint8_t BSP_SDRAM_ReadData_DMA(uint32_t uwStartAddress,     uint32_t *pData,     uint32_t uwDataSize);
Implemented in stm32f429i_discovery_sdram.c:220

Arguments

uwStartAddress

Read start address

pData

Pointer to data to be read

uwDataSize

Size of read data from the memory

References

LocationText
stm32f429i_discovery_sdram.c:220
uint8_t BSP_SDRAM_ReadData_DMA(uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize)
stm32f429i_discovery_sdram.h:138
uint8_t BSP_SDRAM_ReadData_DMA(uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize);

Call Tree

Functions called by BSP_SDRAM_ReadData_DMA()
BSP_SDRAM_ReadData_DMA()
all items filtered out
Type of BSP_SDRAM_ReadData_DMA()
BSP_SDRAM_ReadData_DMA()
uint8_t
all items filtered out