access_memory_command() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDaccess_memory_command()

access_memory_command() function

Syntax

static uint32_t access_memory_command(struct target *target,     bool virtual,     unsigned width,     bool postincrement,     bool write);

Arguments

target

virtual

width

postincrement

write

References

LocationReferrerText
riscv-013.c:993
static uint32_t access_memory_command(struct target *target, bool virtual,
riscv-013.c:2965read_memory_abstract()
uint32_t command = access_memory_command(target, false, width, use_aampostincrement, false);
riscv-013.c:2998read_memory_abstract()
command = access_memory_command(target, false, width, false, false);
riscv-013.c:3041write_memory_abstract()
uint32_t command = access_memory_command(target, false, width, use_aampostincrement, true);
riscv-013.c:3081write_memory_abstract()
command = access_memory_command(target, false, width, false, true);

Call Tree

Functions calling access_memory_command()
Functions called by access_memory_command()
access_memory_command()
all items filtered out
Data read by access_memory_command()
Data written by access_memory_command()
access_memory_command()
access_memory_command()::command
all items filtered out
Type of access_memory_command()
access_memory_command()
uint32_t
all items filtered out