OpenOCD
riscv_program
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
riscv_program
riscv_program struct
Syntax
Show:
Summary
Declaration
Definition
from
riscv.h:6
struct
riscv_program
;
Implemented in
program.h:15
Fields
Field
Declared as
riscv_program::target
struct
target
*
riscv_program::debug_buffer
uint32_t
[
RISCV_MAX_DEBUG_BUFFER_SIZE
]
riscv_program::instruction_count
size_t
riscv_program::writes_xreg
bool
[
RISCV_REGISTER_COUNT
]
riscv_program::target_xlen
int
Related Functions
Found 21 other functions taking a
riscv_program
argument:
Function
Description
riscv_program_init()
riscv_program_write()
riscv_program_exec()
Add ebreak and execute the program.
riscv_program_sdr()
riscv_program_swr()
riscv_program_shr()
riscv_program_sbr()
riscv_program_ldr()
riscv_program_lwr()
riscv_program_lhr()
riscv_program_lbr()
riscv_program_csrrsi()
riscv_program_csrrci()
riscv_program_csrr()
riscv_program_csrw()
riscv_program_fence_i()
riscv_program_fence()
riscv_program_ebreak()
riscv_program_addi()
riscv_program_insert()
scratch_reserve()
Find some scratch memory to be used with the given program.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out