jtag_tap::expected is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

jtag_tap::expected field

Capture-IR expected value

Syntax

uint8_t *expected;

References

LocationReferrerText
jtag.h:112
uint8_t *expected; /**< Capture-IR expected value */
core.c:384jtag_add_ir_scan()
in_fields->check_value = active->expected;
core.c:1456jtag_tap_init()
tap->expected = calloc(1, ir_len_bytes);
core.c:1464jtag_tap_init()
buf_set_u32(tap->expected, 0, ir_len_bits, tap->ir_capture_value);
core.c:1494jtag_tap_free()
free(tap->expected);
tcl.c:813handle_scan_chain_command()
expected = buf_get_u32(tap->expected, 0, tap->ir_length);

Data Use

Functions writing jtag_tap::expected
Functions reading jtag_tap::expected
all items filtered out
jtag_tap::expected
Type of jtag_tap::expected
jtag_tap::expected
uint8_t
all items filtered out