OpenOCD
|
Data Fields | |
uint8_t * | ack |
uint8_t * | buffer |
Location to store the result. More... | |
void * | buffer |
Location to store the result. More... | |
unsigned | buffer_offset |
Offset in the destination buffer. More... | |
struct scan_command * | command |
int | dest_offset |
int | first |
First bit position in tdo_buffer to read. More... | |
unsigned | first |
Offset in bytes in the CMD_DAP_JTAG_SEQ response buffer. More... | |
bool | last |
int | length |
Number of bits to read. More... | |
unsigned | length |
Number of bits to read. More... | |
int | src_offset |
Definition at line 516 of file arm-jtag-ew.c.
uint8_t* pending_scan_result::ack |
Definition at line 32 of file vsllink.c.
Referenced by jlink_swd_run_queue().
uint8_t * pending_scan_result::buffer |
Location to store the result.
Definition at line 520 of file arm-jtag-ew.c.
Referenced by armjtagew_tap_append_scan(), armjtagew_tap_execute(), buspirate_tap_append_scan(), buspirate_tap_execute(), jlink_clock_data(), jlink_flush(), opendous_tap_append_scan(), opendous_tap_execute(), vsllink_jtag_execute(), and vsllink_tap_append_scan().
void* pending_scan_result::buffer |
unsigned pending_scan_result::buffer_offset |
Offset in the destination buffer.
Definition at line 231 of file cmsis_dap.c.
Referenced by jlink_clock_data(), and jlink_flush().
struct scan_command * pending_scan_result::command |
Definition at line 519 of file arm-jtag-ew.c.
Referenced by armjtagew_tap_append_scan(), armjtagew_tap_execute(), buspirate_tap_append_scan(), buspirate_tap_execute(), opendous_tap_append_scan(), opendous_tap_execute(), vsllink_jtag_execute(), and vsllink_tap_append_scan().
int pending_scan_result::dest_offset |
Definition at line 29 of file vsllink.c.
Referenced by vsllink_jtag_execute(), and vsllink_tap_append_scan().
int pending_scan_result::first |
First bit position in tdo_buffer to read.
Definition at line 517 of file arm-jtag-ew.c.
Referenced by armjtagew_tap_append_scan(), armjtagew_tap_execute(), buspirate_tap_append_scan(), buspirate_tap_execute(), jlink_clock_data(), jlink_flush(), jlink_swd_run_queue(), opendous_tap_append_scan(), and opendous_tap_execute().
unsigned pending_scan_result::first |
Offset in bytes in the CMD_DAP_JTAG_SEQ response buffer.
First bit position in tdo_buffer to read.
Definition at line 225 of file cmsis_dap.c.
bool pending_scan_result::last |
Definition at line 34 of file vsllink.c.
Referenced by vsllink_jtag_execute(), and vsllink_tap_append_scan().
int pending_scan_result::length |
Number of bits to read.
Definition at line 518 of file arm-jtag-ew.c.
Referenced by armjtagew_tap_append_scan(), armjtagew_tap_execute(), buspirate_tap_append_scan(), buspirate_tap_execute(), jlink_clock_data(), jlink_flush(), opendous_tap_append_scan(), opendous_tap_execute(), vsllink_jtag_execute(), and vsllink_tap_append_scan().
unsigned pending_scan_result::length |
Number of bits to read.
Definition at line 227 of file cmsis_dap.c.
int pending_scan_result::src_offset |
Definition at line 28 of file vsllink.c.
Referenced by vsllink_jtag_execute(), and vsllink_tap_append_scan().