swim_driver::read_mem is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

swim_driver::read_mem field

Read target memory through ROTF (read on-the-fly) command.

Syntax

int (*read_mem)(uint32_t addr, uint32_t size, uint32_t count, uint8_t *buffer);

References

LocationReferrerScopeText
swim.h:36
int (*read_mem)(uint32_t addr, uint32_t size, uint32_t count,
stlink_usb.c:5214stlink_swim_op_read_mem()stlink_swim_ops
static const struct swim_driver stlink_swim_ops = {
stlink_usb.c:5216
swim.c:34swim_read_mem()
return adapter_driver->swim_ops->read_mem(addr, size, count, buffer);

Call Tree

Functions calling swim_driver::read_mem
all items filtered out
swim_driver::read_mem
Implementations
all items filtered out
swim_driver::read_mem