scan_blk::out is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

scan_blk::out field

Syntax

uint8_t out[MAX_SCAN_SIZE];

References

LocationReferrerText
lakemont.h:75
uint8_t out[MAX_SCAN_SIZE]; /* scanned out to the tap */
lakemont.c:425get_tapstatus()
scan.out[0] = TAPSTATUS;
lakemont.c:426get_tapstatus()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:428get_tapstatus()
if (drscan(t, NULL, scan.out, TS_SIZE) != ERROR_OK)
lakemont.c:430get_tapstatus()
return buf_get_u32(scan.out, 0, 32);
lakemont.c:444enter_probemode()
scan.out[0] = PROBEMODE;
lakemont.c:445enter_probemode()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:447enter_probemode()
scan.out[0] = 1;
lakemont.c:448enter_probemode()
if (drscan(t, scan.out, scan.in, 1) != ERROR_OK)
lakemont.c:472exit_probemode()
scan.out[0] = PROBEMODE;
lakemont.c:473exit_probemode()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:475exit_probemode()
scan.out[0] = 0;
lakemont.c:476exit_probemode()
if (drscan(t, scan.out, scan.in, 1) != ERROR_OK)
lakemont.c:649read_hw_reg()
scan.out[0] = RDWRPDR;
lakemont.c:650read_hw_reg()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:652read_hw_reg()
if (drscan(t, NULL, scan.out, PDR_SIZE) != ERROR_OK)
lakemont.c:656read_hw_reg()
*regval = buf_get_u32(scan.out, 0, 32);
lakemont.c:690write_hw_reg()
scan.out[0] = RDWRPDR;
lakemont.c:691write_hw_reg()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:693write_hw_reg()
if (drscan(t, reg_buf, scan.out, PDR_SIZE) != ERROR_OK)
lakemont.c:812submit_pir()
scan.out[0] = WRPIR;
lakemont.c:813submit_pir()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:815submit_pir()
if (drscan(t, op_buf, scan.out, PIR_SIZE) != ERROR_OK)
lakemont.c:817submit_pir()
scan.out[0] = SUBMITPIR;
lakemont.c:819submit_pir()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:1131lakemont_reset_break()
scan.out[0] = 0x51;
lakemont.c:1132lakemont_reset_break()
fields->out_value = ((uint8_t *)scan.out);
lakemont.c:1142lakemont_reset_break()
scan.out[0] = 0x06;
lakemont.c:1143lakemont_reset_break()
fields->out_value = ((uint8_t *)scan.out);

Data Use

Type of scan_blk::out
scan_blk::out
uint8_t
all items filtered out