STM32469I-Discovery + 0/2 examples
CodeScope will show references to BSP_SD_ReadBlocks_DMA() from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
USB_Device
 
Symbols
loading...
Files
loading...

BSP_SD_ReadBlocks_DMA() function

Reads block(s) from a specified address in an SD card, in DMA mode.

Syntax

uint8_t BSP_SD_ReadBlocks_DMA(uint32_t *pData,     uint32_t ReadAddr,     uint32_t NumOfBlocks);
Implemented in stm32469i_discovery_sd.c:279

Arguments

pData

Pointer to the buffer that will contain the data to transmit

ReadAddr

Address from where data is to be read

NumOfBlocks

Number of SD blocks to read

Return value

SD status

Examples

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

References

LocationText
stm32469i_discovery_sd.c:279
uint8_t BSP_SD_ReadBlocks_DMA(uint32_t *pData, uint32_t ReadAddr, uint32_t NumOfBlocks)
stm32469i_discovery_sd.h:107
uint8_t BSP_SD_ReadBlocks_DMA(uint32_t *pData, uint32_t ReadAddr, uint32_t NumOfBlocks);

Call Tree

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