HAL + 0/4 examples
CodeScope will show references to HAL_SRAM_Write_DMA() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

HAL_SRAM_Write_DMA() function

Writes a Words data buffer to SRAM memory using DMA transfer.

Syntax

HAL_StatusTypeDef HAL_SRAM_Write_DMA(SRAM_HandleTypeDef *hsram,     uint32_t *pAddress,     uint32_t *pSrcBuffer,     uint32_t BufferSize);
Implemented in stm32f4xx_hal_sram.c:705

Arguments

hsram

pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module.

pAddress

Pointer to write start address

pSrcBuffer

Pointer to source buffer to write

BufferSize

Size of the buffer to write to memory

Return value

HAL status

Examples

HAL_SRAM_Write_DMA() is referenced by 4 libraries and example projects.