OpenOCD
scratch_mem_t
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
scratch_mem_t
scratch_mem_t struct
Syntax
Show:
Summary
Declaration
from
riscv-013.c:1121
typedef
struct
{
memory_space_t
memory_space
;
riscv_addr_t
hart_address
;
riscv_addr_t
debug_address
;
struct
working_area
*
area
;
}
scratch_mem_t
;
Fields
Field
Declared as
scratch_mem_t::memory_space
memory_space_t
scratch_mem_t::hart_address
riscv_addr_t
scratch_mem_t::debug_address
riscv_addr_t
scratch_mem_t::area
struct
working_area
*
Related Functions
Found 4 other functions taking a
scratch_mem_t
argument:
Function
Description
scratch_reserve()
Find some scratch memory to be used with the given program.
scratch_release()
scratch_read64()
scratch_write64()
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