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

BSP_NOR_WriteData() function

Writes an amount of data to the NOR device.

Syntax

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

Arguments

uwStartAddress

Write start address

pData

Pointer to data to be written

uwDataSize

Size of data to write

Return value

NOR memory status

Examples

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

References

LocationText
stm32469i_eval_nor.c:219
uint8_t BSP_NOR_WriteData(uint32_t uwStartAddress, uint16_t* pData, uint32_t uwDataSize)
stm32469i_eval_nor.h:99
uint8_t BSP_NOR_WriteData(uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize);

Call Tree

Functions called by BSP_NOR_WriteData()
BSP_NOR_WriteData()
Data read by BSP_NOR_WriteData()
Data written by BSP_NOR_WriteData()
BSP_NOR_WriteData()
BSP_NOR_WriteData()::index
all items filtered out
Type of BSP_NOR_WriteData()
BSP_NOR_WriteData()
uint8_t
uint32_t
all items filtered out