arc_mem_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arc_mem_read() function

Syntax

int arc_mem_read(struct target *target,     target_addr_t address,     uint32_t size,     uint32_t count,     uint8_t *buffer);
Implemented in arc_mem.c:237

Arguments

target

address

size

count

buffer

References

LocationText
arc_mem.c:237
int arc_mem_read(struct target *target, target_addr_t address, uint32_t size,
arc_mem.h:15
int arc_mem_read(struct target *target, target_addr_t address, uint32_t size,
arc.c:2346
.read_memory = arc_mem_read,

Call Tree

Functions called by arc_mem_read()
arc_mem_read()
memcpy()
calloc()
free()
all items filtered out
Data read by arc_mem_read()
Data written by arc_mem_read()
arc_mem_read()
arc_mem_read()::retval
arc_mem_read()::tunnel_he
arc_mem_read()::tunnel_te
arc_mem_read()::words_to_read
arc_mem_read()::bytes_to_read
all items filtered out
Implementations
arc_mem_read()
all items filtered out
Type of arc_mem_read()
arc_mem_read()
uint8_t
uint32_t
all items filtered out