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

str9xpec_set_instr() function

Syntax

static int str9xpec_set_instr(struct jtag_tap *tap,     uint32_t new_instr,     tap_state_t end_state);

Arguments

tap

new_instr

end_state

References

LocationReferrerText
str9xpec.c:71
static int str9xpec_set_instr(struct jtag_tap *tap, uint32_t new_instr, tap_state_t end_state)
str9xpec.c:98str9xpec_isc_status()
if (str9xpec_set_instr(tap, ISC_NOOP, TAP_IRPAUSE) != ERROR_OK)
str9xpec.c:129str9xpec_isc_enable()
if (str9xpec_set_instr(tap, ISC_ENABLE, TAP_IDLE) != ERROR_OK)
str9xpec.c:154str9xpec_isc_disable()
if (str9xpec_set_instr(tap, ISC_DISABLE, TAP_IDLE) != ERROR_OK)
str9xpec.c:184str9xpec_read_config()
str9xpec_set_instr(tap, ISC_CONFIGURATION, TAP_IRPAUSE);
str9xpec.c:322str9xpec_blank_check()
str9xpec_set_instr(tap, ISC_BLANK_CHECK, TAP_IRPAUSE);
str9xpec.c:414str9xpec_erase_area()
str9xpec_set_instr(tap, ISC_ERASE, TAP_IRPAUSE);
str9xpec.c:469str9xpec_lock_device()
str9xpec_set_instr(tap, ISC_PROGRAM_SECURITY, TAP_IDLE);
str9xpec.c:471str9xpec_lock_device()
str9xpec_set_instr(tap, ISC_NOOP, TAP_IRPAUSE);
str9xpec.c:545str9xpec_set_address()
str9xpec_set_instr(tap, ISC_ADDRESS_SHIFT, TAP_IRPAUSE);
str9xpec.c:620str9xpec_write()
str9xpec_set_instr(tap, ISC_PROGRAM, TAP_IRPAUSE);
str9xpec.c:631str9xpec_write()
str9xpec_set_instr(tap, ISC_NOOP, TAP_IRPAUSE);
str9xpec.c:662str9xpec_write()
str9xpec_set_instr(tap, ISC_PROGRAM, TAP_IRPAUSE);
str9xpec.c:673str9xpec_write()
str9xpec_set_instr(tap, ISC_NOOP, TAP_IRPAUSE);
str9xpec.c:727str9xpec_handle_part_id_command()
str9xpec_set_instr(tap, ISC_IDCODE, TAP_IRPAUSE);
str9xpec.c:832str9xpec_write_options()
str9xpec_set_instr(tap, ISC_PROGRAM, TAP_IRPAUSE);
str9xpec.c:843str9xpec_write_options()
str9xpec_set_instr(tap, ISC_NOOP, TAP_IRPAUSE);
str9xpec.c:1054str9xpec_handle_flash_enable_turbo_command()
str9xpec_set_instr(tap2, 0xD, TAP_IDLE);
str9xpec.c:1085str9xpec_handle_flash_disable_turbo_command()
str9xpec_set_instr(tap, ISC_NOOP, TAP_IDLE);

Call Tree

Data read by str9xpec_set_instr()
Data written by str9xpec_set_instr()
str9xpec_set_instr()
Type of str9xpec_set_instr()
str9xpec_set_instr()
all items filtered out