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

BSP_NOR_ReadData() function

Reads an amount of data from the NOR device.

Syntax

uint8_t BSP_NOR_ReadData(uint32_t uwStartAddress,     uint16_t *pData,     uint32_t uwDataSize);
Implemented in stm32469i_eval_nor.c:192

Arguments

uwStartAddress

Read start address

pData

Pointer to data to be read

uwDataSize

Size of data to read

Return value

NOR memory status

Examples

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

References

LocationText
stm32469i_eval_nor.c:192
uint8_t BSP_NOR_ReadData(uint32_t uwStartAddress, uint16_t* pData, uint32_t uwDataSize)
stm32469i_eval_nor.h:98
uint8_t BSP_NOR_ReadData(uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize);

Call Tree

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