arc_write_instruction_u32() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarc_write_instruction_u32()

arc_write_instruction_u32() function

Write 4-byte instruction to memory. This is like target_write_u32, however in case of little endian ARC instructions are in middle endian format, not little endian, so different type of conversion should be done. Middle endian: instruction "aabbccdd", stored as "bbaaddcc"

Syntax

static int arc_write_instruction_u32(struct target *target,     uint32_t address,     uint32_t instr);

Arguments

target

address

instr

References

LocationReferrerText
arc.c:1450
static int arc_write_instruction_u32(struct target *target, uint32_t address,
arc.c:1563arc_set_breakpoint()
CHECK_RETVAL(arc_write_instruction_u32(target, breakpoint->address,

Call Tree

Functions calling arc_write_instruction_u32()
Functions called by arc_write_instruction_u32()
all items filtered out
arc_write_instruction_u32()
Data read by arc_write_instruction_u32()
arc_write_instruction_u32()
Type of arc_write_instruction_u32()
arc_write_instruction_u32()
uint8_t
all items filtered out