pending_scan_result::buffer is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpending_scan_result::buffer

pending_scan_result::buffer field

Location to store the result

Syntax

void *buffer;

References

LocationReferrerText
arm-jtag-ew.c:516
uint8_t *buffer;
cmsis_dap.c:223
uint8_t *buffer;
jlink.c:1977
void *buffer;
opendous.c:75
uint8_t *buffer;
vsllink.c:33
uint8_t *buffer;
arm-jtag-ew.c:574armjtagew_tap_append_scan()
pending_scan_result->buffer = buffer;
arm-jtag-ew.c:633armjtagew_tap_execute()
uint8_t *buffer = pending_scan_result->buffer;
arm-jtag-ew.c:652armjtagew_tap_execute()
free(pending_scan_result->buffer);
cmsis_dap.c:1636cmsis_dap_flush()
bit_copy(scan->buffer, scan->buffer_offset, &resp[2 + scan->first], 0, scan->length);
cmsis_dap.c:1707cmsis_dap_add_jtag_sequence()
scan->buffer = tdo_buffer;
jlink.c:2026jlink_clock_data()
pending_scan_result->buffer = in;
jlink.c:2062jlink_flush()
buf_set_buf(tdo_buffer, p->first, p->buffer,
jlink.c:2203jlink_swd_run_queue()
jlink.c:2204jlink_swd_run_queue()
*(uint32_t *)pending_scan_results_buffer[i].buffer = data;
jlink.c:2238jlink_swd_queue_cmd()
opendous.c:592opendous_tap_append_scan()
pending_scan_result->buffer = buffer;
opendous.c:658opendous_tap_execute()
uint8_t *buffer = pending_scan_result->buffer;
opendous.c:677opendous_tap_execute()
free(pending_scan_result->buffer);
vsllink.c:596vsllink_tap_append_scan()
pending_scan_result->buffer = buffer;
vsllink.c:627vsllink_jtag_execute()
uint8_t *buffer = pending_scan_result->buffer;
vsllink.c:651vsllink_jtag_execute()
free(pending_scan_result->buffer);

Data Use

Type of pending_scan_result::buffer
pending_scan_result::buffer
uint8_t
all items filtered out