STM32469I_EVAL + 0/2 examples
CodeScope will show references to BSP_SD_WriteBlocks_DMA() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
FatFs
USB_Device
 
Symbols
loading...
Files
loading...

BSP_SD_WriteBlocks_DMA() function

Writes block(s) to a specified address in an SD card, in DMA mode.

Syntax

uint8_t BSP_SD_WriteBlocks_DMA(uint32_t *pData,     uint32_t WriteAddr,     uint32_t NumOfBlocks);
Implemented in stm32469i_eval_sd.c:308

Arguments

pData

Pointer to the buffer that will contain the data to transmit

WriteAddr

Address from where data is to be written

NumOfBlocks

Number of SD blocks to write

Return value

SD status

Examples

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

References

LocationText
stm32469i_eval_sd.c:308
uint8_t BSP_SD_WriteBlocks_DMA(uint32_t *pData, uint32_t WriteAddr, uint32_t NumOfBlocks)
stm32469i_eval_sd.h:109
uint8_t BSP_SD_WriteBlocks_DMA(uint32_t *pData, uint32_t WriteAddr, uint32_t NumOfBlocks);

Call Tree

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