STM32469I-Discovery + 0/1 examples
CodeScope will show references to BSP_SDRAM_ReadData_DMA() from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
 
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 stm32469i_discovery_sdram.c:284

Arguments

uwStartAddress

Read start address

pData

Pointer to data to be read

uwDataSize

Size of read data from the memory

Return value

SDRAM status : SDRAM_OK or SDRAM_ERROR.

Examples

BSP_SDRAM_ReadData_DMA() is referenced by 1 libraries and example projects.

References

LocationText
stm32469i_discovery_sdram.c:284
uint8_t BSP_SDRAM_ReadData_DMA(uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize)
stm32469i_discovery_sdram.h:113
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