OpenOCD
scans_add_write_store()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
scans_add_write_store()
scans_add_write_store() function
Add a 32-bit dbus write for an instruction that stores to the indicated slot.
Syntax
Show:
Summary
Declaration
from
riscv-011.c:624
static
void
scans_add_write_store
(
scans_t
*
scans
,
uint16_t
address
,
unsigned
int
reg
,
slot_t
slot
,
bool
set_interrupt
)
;
Arguments
Argument
scans
address
reg
slot
set_interrupt
Related Functions
Found 11 other functions taking a
scans_t
argument:
Function
Description
scans_add_read32()
Add a 32-bit dbus read.
scans_add_read()
Add one or more scans to read the indicated slot.
scans_get_u32()
scans_get_u64()
scans_delete()
scans_reset()
scans_dump()
scans_execute()
scans_add_write32()
Add a 32-bit dbus write to the scans structure.
scans_add_write_jump()
Add a 32-bit dbus write for an instruction that jumps to the beginning of debug RAM.
scans_add_write_load()
Add a 32-bit dbus write for an instruction that loads from the indicated slot.
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