STM32469I_EVAL + 0/1 examples
CodeScope will show references to BSP_SRAM_ReadData() from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
 
Symbols
loading...
Files
loading...

BSP_SRAM_ReadData() function

Reads an amount of data from the SRAM device in polling mode.

Syntax

uint8_t BSP_SRAM_ReadData(uint32_t uwStartAddress,     uint16_t *pData,     uint32_t uwDataSize);
Implemented in stm32469i_eval_sram.c:194

Arguments

uwStartAddress

Read start address

pData

Pointer to data to be read

uwDataSize

Size of read data from the memory

Return value

SRAM status : SRAM_OK or SRAM_ERROR.

Examples

BSP_SRAM_ReadData() is referenced by 1 libraries and example projects.

References

LocationText
stm32469i_eval_sram.c:194
uint8_t BSP_SRAM_ReadData(uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize)
stm32469i_eval_sram.h:90
uint8_t BSP_SRAM_ReadData(uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize);

Call Tree

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