OpenOCD
image
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
image
image struct
@file Upper level NOR flash interfaces.
Syntax
Show:
Summary
Declaration
Definition
from
core.h:21
struct
image
;
Implemented in
image.h:48
Fields
Field
Declared as
image::type
enum
image_type
image::type_private
void
*
image::num_sections
unsigned
int
image::sections
struct
imagesection
*
image::base_address_set
bool
image::base_address
long
long
image::start_address_set
bool
image::start_address
uint32_t
Related Functions
Found 21 other functions taking a
image
argument:
Function
Description
image_open()
image_read_section()
image_close()
image_add_section()
flash_write()
Writes @a image into the @a target flash. The @a written parameter will contain the
flash_write_unlock_verify()
ulink_write_firmware_section()
Send one contiguous firmware section to the ULINK's EZ-USB microcontroller over the USB bus.
ublast2_write_firmware_section()
image_ihex_buffer_complete()
Allocate memory dynamically instead of on the stack. This is important w/embedded hosts.
image_elf32_read_headers()
image_elf_read_headers()
image_elf32_read_section()
image_elf64_read_section()
image_elf_read_section()
image_mot_buffer_complete_inner()
image_mot_buffer_complete()
Allocate memory dynamically instead of on the stack. This is important w/embedded hosts.
image_elf64_read_headers()
autodetect_image_type()
identify_image_type()
image_ihex_buffer_complete_inner()
parse_load_image_command()
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