HAL
HAL_SRAM_Read_32b() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SRAM_Read_32b() function

Reads 32-bit buffer from SRAM memory.

Syntax

HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram,     uint32_t *pAddress,     uint32_t *pDstBuffer,     uint32_t BufferSize);
Implemented in stm32f4xx_hal_sram.c:561

Arguments

hsram

pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM 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

References

Data Use

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