OpenOCD
working_area
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
working_area
working_area struct
The copy area holds code loop and data for I/O operations.
Syntax
Show:
Summary
Declaration
Definition
from
arm_io.h:27
struct
working_area
;
Implemented in
target.h:85
Fields
Field
Declared as
working_area::address
target_addr_t
working_area::size
uint32_t
working_area::free
bool
working_area::backup
uint8_t
*
working_area::user
struct
working_area
*
*
working_area::next
struct
working_area
*
Related Functions
Found 16 other functions taking a
working_area
argument:
Function
Description
target_alloc_working_area()
target_alloc_working_area_try()
target_free_working_area()
Free a working area. Restore target data if area backup is configured.
arm_code_to_working_area()
Copies code to a working area. This will allocate room for the code plus the additional amount requested if the working area pointer is null.
lpc32xx_read_page_slc()
lpc32xx_write_page_slc()
mips32_pracc_fastdata_xfer()
lpc2000_iap_working_area_init()
lpc2000_iap_call()
psoc6_erase_sector()
Erases single sector (256k) on target device
psoc6_erase_row()
Erases single row (512b) on target device
pic32mm_call_flash_loader()
mips64_pracc_fastdata_xfer()
target_split_working_area()
target_restore_working_area()
target_free_working_area_restore()
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