STM324xG_EVAL + 0/11 examples
CodeScope will show references to BSP_SD_ReadBlocks() from the following samples and libraries:
Drivers
Boards
Examples
STM324xG_EVAL
Demonstrations
Examples
Applications
Display
FatFs
LibJPEG
LwIP
USB_Host
 
Symbols
loading...
Files
loading...

BSP_SD_ReadBlocks() function

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

Syntax

uint8_t BSP_SD_ReadBlocks(uint32_t *pData,     uint32_t ReadAddr,     uint32_t NumOfBlocks,     uint32_t Timeout);
Implemented in stm324xg_eval_sd.c:206

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

Timeout

Timeout for read operation

Return value

SD status

Examples

BSP_SD_ReadBlocks() is referenced by 11 libraries and example projects.

References

LocationText
stm324xg_eval_sd.c:206
uint8_t BSP_SD_ReadBlocks(uint32_t *pData, uint32_t ReadAddr, uint32_t NumOfBlocks, uint32_t Timeout)
stm324xg_eval_sd.h:105
uint8_t BSP_SD_ReadBlocks(uint32_t *pData, uint32_t ReadAddr, uint32_t NumOfBlocks, uint32_t Timeout);

Call Tree

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