OpenOCD
arc_mem.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ arc_mem_read()

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

◆ arc_mem_write()