OpenOCD
riscv-013.h File Reference
Include dependency graph for riscv-013.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t riscv013_access_register_command (struct target *target, uint32_t number, unsigned int size, uint32_t flags)
 
int riscv013_execute_abstract_command (struct target *target, uint32_t command, uint32_t *cmderr)
 
int riscv013_get_register (struct target *target, riscv_reg_t *value, enum gdb_regno rid)
 
int riscv013_get_register_buf (struct target *target, uint8_t *value, enum gdb_regno regno)
 
int riscv013_set_register (struct target *target, enum gdb_regno rid, riscv_reg_t value)
 
int riscv013_set_register_buf (struct target *target, enum gdb_regno regno, const uint8_t *value)
 

Function Documentation

◆ riscv013_access_register_command()

◆ riscv013_execute_abstract_command()

◆ riscv013_get_register()

◆ riscv013_get_register_buf()

◆ riscv013_set_register()

int riscv013_set_register ( struct target target,
enum gdb_regno  rid,
riscv_reg_t  value 
)

◆ riscv013_set_register_buf()