STM32469I-Discovery + 0/2 examples
CodeScope will show references to BSP_SD_WriteBlocks_DMA() from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
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_discovery_sd.c:299

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_discovery_sd.c:299
uint8_t BSP_SD_WriteBlocks_DMA(uint32_t *pData, uint32_t WriteAddr, uint32_t NumOfBlocks)
stm32469i_discovery_sd.h:108
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