irscan() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

irscan() function

Syntax

static int irscan(struct target *t,     uint8_t *out,     uint8_t *in,     uint8_t ir_len);
Implemented in lakemont.c:214

Arguments

t

out

in

ir_len

References

LocationReferrerText
lakemont.c:214
static int irscan(struct target *t, uint8_t *out,
lakemont.c:35
static int irscan(struct target *t, uint8_t *out,
lakemont.c:426get_tapstatus()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:445enter_probemode()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:473exit_probemode()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:650read_hw_reg()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:691write_hw_reg()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:813submit_pir()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)
lakemont.c:819submit_pir()
if (irscan(t, scan.out, NULL, LMT_IRLEN) != ERROR_OK)

Call Tree

Functions calling irscan()
Functions called by irscan()
irscan()
Type of irscan()
irscan()
all items filtered out