OpenOCD
|
Go to the source code of this file.
Data Structures | |
struct | nvp |
Name Value Pairs, aka: NVP. More... | |
Functions | |
const struct nvp * | nvp_name2value (const struct nvp *nvp_table, const char *name) __returns_nonnull __nonnull((1)) |
void | nvp_unknown_command_print (struct command_invocation *cmd, const struct nvp *nvp, const char *param_name, const char *param_value) |
const struct nvp * | nvp_value2name (const struct nvp *nvp_table, int v) __returns_nonnull __nonnull((1)) |
Definition at line 29 of file nvp.c.
References nvp::name, and name.
Referenced by __COMMAND_HANDLER(), COMMAND_HANDLER(), and COMMAND_HELPER().
void nvp_unknown_command_print | ( | struct command_invocation * | cmd, |
const struct nvp * | nvp, | ||
const char * | param_name, | ||
const char * | param_value | ||
) |
Definition at line 49 of file nvp.c.
References cmd, command_print(), command_print_sameline(), nvp::name, and name.
Referenced by __COMMAND_HANDLER(), COMMAND_HANDLER(), and COMMAND_HELPER().
Definition at line 39 of file nvp.c.
References nvp::name, and nvp::value.
Referenced by COMMAND_HANDLER(), debug_reason_name(), jtag_tap_handle_event(), target_call_reset_callbacks(), target_process_reset(), target_reset_mode_name(), target_state_name(), and target_wait_state().