OpenOCD
|
Go to the source code of this file.
Functions | |
int | jim_jtag_configure (Jim_Interp *interp, int argc, Jim_Obj *const *argv) |
int | jim_jtag_tap_enabler (Jim_Interp *interp, int argc, Jim_Obj *const *argv) |
int jim_jtag_configure | ( | Jim_Interp * | interp, |
int | argc, | ||
Jim_Obj *const * | argv | ||
) |
Definition at line 791 of file jtag/tcl.c.
References jim_getopt_info::argc, jim_getopt_info::argv, jim_getopt_info::interp, jim_getopt_info::isconfigure, jim_getopt_obj(), jim_getopt_setup(), jim_to_command(), jtag_tap_by_jim_obj(), jtag_tap_configure_cmd(), command::name, and NULL.
int jim_jtag_tap_enabler | ( | Jim_Interp * | interp, |
int | argc, | ||
Jim_Obj *const * | argv | ||
) |
Definition at line 753 of file jtag/tcl.c.
References jim_getopt_info::argc, jim_getopt_info::argv, jtag_tap::dotted_name, jtag_tap::enabled, jim_getopt_info::interp, jim_getopt_setup(), jim_to_command(), jtag_tap_by_jim_obj(), jtag_tap_disable(), jtag_tap_enable(), LOG_ERROR, LOG_WARNING, and command::name.