STM32469I_EVAL
BSP_NOR_ProgramData()
is only used within STM32469I_EVAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32469I_EVAL
BSP_NOR_ProgramData()
BSP_NOR_ProgramData() function
Programs an amount of data to the NOR device.
Syntax
Show:
Summary
Declaration
Definition
from
stm32469i_eval_nor.h:100
uint8_t
BSP_NOR_ProgramData
(
uint32_t
uwStartAddress
,
uint16_t
*
pData
,
uint32_t
uwDataSize
)
;
Implemented in
stm32469i_eval_nor.c:250
Arguments
Argument
Description
uwStartAddress
Write start address
pData
Pointer to data to be written
uwDataSize
Size of data to write
Return value
NOR memory status
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out