OpenOCD
alloc_block_array()
is only used within OpenOCD.
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
Development Tools
OpenOCD
alloc_block_array()
alloc_block_array() function
Allocate and fill an array of sectors or protection blocks.
Syntax
Show:
Summary
Declaration
Definition
from
core.h:291
struct
flash_sector
*
alloc_block_array
(
uint32_t
offset
,
uint32_t
size
,
unsigned
int
num_blocks
)
;
Implemented in
core.c:1015
Arguments
Argument
Description
offset
Offset of first block.
size
Size of each block.
num_blocks
Number of blocks in array.
Return value
A struct flash_sector pointer or NULL when allocation failed.
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