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

BSP_QSPI_Read() function

Reads an amount of data from the QSPI memory.

Syntax

uint8_t BSP_QSPI_Read (uint8_t* pData,     uint32_t ReadAddr,     uint32_t Size);
Implemented in stm32469i_discovery_qspi.c:174

Arguments

pData

Pointer to data to be read

ReadAddr

Read start address

Size

Size of data to read

Return value

QSPI memory status

Examples

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