OpenOCD
|
Go to the source code of this file.
Macros | |
#define | NTAP_OPT_BYPASS 7 |
#define | NTAP_OPT_DISABLED 4 |
#define | NTAP_OPT_ENABLED 3 |
#define | NTAP_OPT_EXPECTED_ID 5 |
#define | NTAP_OPT_IRCAPTURE 2 |
#define | NTAP_OPT_IRLEN 0 |
#define | NTAP_OPT_IRMASK 1 |
#define | NTAP_OPT_VERSION 6 |
Functions | |
int | jim_hl_newtap (Jim_Interp *interp, int argc, Jim_Obj *const *argv) |
static int | jim_hl_newtap_cmd (struct jim_getopt_info *goi) |
static int | jim_newtap_expected_id (struct jim_nvp *n, struct jim_getopt_info *goi, struct jtag_tap *tap) |
int jim_hl_newtap | ( | Jim_Interp * | interp, |
int | argc, | ||
Jim_Obj *const * | argv | ||
) |
Definition at line 138 of file hla_tcl.c.
References jim_getopt_info::argc, jim_getopt_info::argv, jim_getopt_info::interp, jim_getopt_setup(), and jim_hl_newtap_cmd().
|
static |
Definition at line 53 of file hla_tcl.c.
References jim_getopt_info::argc, jtag_tap::chip, jtag_tap::disabled_after_reset, jtag_tap::dotted_name, jtag_tap::enabled, jim_getopt_info::interp, jim_getopt_nvp(), jim_getopt_nvp_unknown(), jim_getopt_string(), jim_getopt_wide(), jim_newtap_expected_id(), jtag_tap_init(), LOG_DEBUG, jim_nvp::name, NTAP_OPT_BYPASS, NTAP_OPT_DISABLED, NTAP_OPT_ENABLED, NTAP_OPT_EXPECTED_ID, NTAP_OPT_IRCAPTURE, NTAP_OPT_IRLEN, NTAP_OPT_IRMASK, NTAP_OPT_VERSION, NULL, jtag_tap::tapname, and jim_nvp::value.
Referenced by jim_hl_newtap().
|
static |
Definition at line 20 of file hla_tcl.c.
References jtag_tap::expected_ids, jtag_tap::expected_ids_cnt, jim_getopt_info::interp, jim_getopt_wide(), and jim_nvp::name.
Referenced by jim_hl_newtap_cmd().