OpenOCD
scans_add_read()
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_read()
scans_add_read() function
Add one or more scans to read the indicated slot.
Syntax
Show:
Summary
Declaration
from
riscv-011.c:644
static
void
scans_add_read
(
scans_t
*
scans
,
slot_t
slot
,
bool
set_interrupt
)
;
Arguments
Argument
scans
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_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.
scans_add_write_store()
Add a 32-bit dbus write for an instruction that stores to 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