OpenOCD
|
Data Fields | |
struct scan_field * | field |
uint8_t * | in |
unsigned int | next_scan |
uint8_t * | out |
unsigned int | scan_count |
unsigned int | scan_size |
const struct target * | target |
Definition at line 510 of file riscv-011.c.
struct scan_field* scans_t::field |
Definition at line 518 of file riscv-011.c.
Referenced by scans_add_read32(), scans_add_write32(), scans_delete(), scans_dump(), and scans_new().
uint8_t* scans_t::in |
Definition at line 516 of file riscv-011.c.
Referenced by scans_add_read32(), scans_add_write32(), scans_delete(), scans_get_u32(), scans_get_u64(), and scans_new().
unsigned int scans_t::next_scan |
Definition at line 515 of file riscv-011.c.
Referenced by cache_write(), handle_halt_routine(), scans_add_read32(), scans_add_write32(), scans_dump(), scans_new(), and scans_reset().
uint8_t* scans_t::out |
Definition at line 517 of file riscv-011.c.
Referenced by scans_add_read32(), scans_add_write32(), scans_delete(), and scans_new().
unsigned int scans_t::scan_count |
Definition at line 512 of file riscv-011.c.
Referenced by scans_add_read32(), scans_add_write32(), and scans_new().
unsigned int scans_t::scan_size |
Definition at line 514 of file riscv-011.c.
Referenced by scans_add_read32(), scans_add_write32(), scans_get_u32(), scans_get_u64(), and scans_new().
const struct target* scans_t::target |
Definition at line 519 of file riscv-011.c.
Referenced by scans_add_read(), scans_add_read32(), scans_add_write32(), scans_add_write_load(), scans_add_write_store(), and scans_new().