OpenOCD
|
Data Fields | |
uint32_t | cur_scan_chain |
struct etm_context * | etm_ctx |
uint32_t | ram_depth |
uint32_t | ram_width |
struct reg_cache * | reg_cache |
struct jtag_tap * | tap |
unsigned | trigger_percent |
how much trace buffer to fill after trigger More... | |
uint32_t etb::cur_scan_chain |
Definition at line 27 of file etb.h.
Referenced by COMMAND_HANDLER(), and etb_scann().
struct etm_context* etb::etm_ctx |
Definition at line 25 of file etb.h.
Referenced by etb_init(), etb_read_trace(), etb_start_capture(), etb_status(), and etm_build_reg_cache().
uint32_t etb::ram_depth |
Definition at line 31 of file etb.h.
Referenced by COMMAND_HANDLER(), etb_init(), etb_read_trace(), and etb_start_capture().
uint32_t etb::ram_width |
Definition at line 32 of file etb.h.
Referenced by COMMAND_HANDLER(), and etb_init().
struct reg_cache* etb::reg_cache |
Definition at line 28 of file etb.h.
Referenced by COMMAND_HANDLER(), etb_init(), etb_read_trace(), etb_start_capture(), etb_status(), and etm_build_reg_cache().
struct jtag_tap* etb::tap |
Definition at line 26 of file etb.h.
Referenced by COMMAND_HANDLER(), etb_read_ram(), etb_read_reg_w_check(), etb_scann(), etb_set_instr(), and etb_write_reg().
unsigned etb::trigger_percent |
how much trace buffer to fill after trigger
Definition at line 35 of file etb.h.
Referenced by COMMAND_HANDLER(), etb_init(), and etb_start_capture().