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

HAL_SDRAM_Read_32b() function

Reads 32-bit data buffer from the SDRAM memory.

Syntax

HAL_StatusTypeDef HAL_SDRAM_Read_32b(SDRAM_HandleTypeDef *hsdram,     uint32_t *pAddress,     uint32_t *pDstBuffer,     uint32_t BufferSize);
Implemented in stm32f4xx_hal_sdram.c:599

Arguments

hsdram

pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module.

pAddress

Pointer to read start address

pDstBuffer

Pointer to destination buffer

BufferSize

Size of the buffer to read from memory

Return value

HAL status

Examples

HAL_SDRAM_Read_32b() is referenced by 5 libraries and example projects.

References

Data Use

Data read by HAL_SDRAM_Read_32b()
Data written by HAL_SDRAM_Read_32b()
HAL_SDRAM_Read_32b()
HAL_SDRAM_Read_32b()::size
HAL_SDRAM_Read_32b()::pSdramAddress
HAL_SDRAM_Read_32b()::pdestbuff
all items filtered out
Type of HAL_SDRAM_Read_32b()
HAL_SDRAM_Read_32b()
uint32_t
all items filtered out