OpenOCD
arm926ejs.h File Reference
Include dependency graph for arm926ejs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  arm926ejs_common
 

Macros

#define ARM926EJS_COMMON_MAGIC   0xa926a926U
 

Functions

int arm926ejs_arch_state (struct target *target)
 Logs summary of ARM926 state for a halted target. More...
 
int arm926ejs_init_arch_info (struct target *target, struct arm926ejs_common *arm926ejs, struct jtag_tap *tap)
 
int arm926ejs_soft_reset_halt (struct target *target)
 
int arm926ejs_write_memory (struct target *target, target_addr_t address, uint32_t size, uint32_t count, const uint8_t *buffer)
 Writes a buffer, in the specified word size, with current MMU settings. More...
 
static struct arm926ejs_commontarget_to_arm926 (struct target *target)
 

Variables

const struct command_registration arm926ejs_command_handlers []
 

Macro Definition Documentation

◆ ARM926EJS_COMMON_MAGIC

#define ARM926EJS_COMMON_MAGIC   0xa926a926U

Definition at line 14 of file arm926ejs.h.

Function Documentation

◆ arm926ejs_arch_state()

◆ arm926ejs_init_arch_info()

◆ arm926ejs_soft_reset_halt()

◆ arm926ejs_write_memory()

int arm926ejs_write_memory ( struct target target,
target_addr_t  address,
uint32_t  size,
uint32_t  count,
const uint8_t *  buffer 
)

◆ target_to_arm926()

Variable Documentation

◆ arm926ejs_command_handlers

const struct command_registration arm926ejs_command_handlers[]
extern

Definition at line 752 of file arm926ejs.c.