OpenOCD
command Struct Reference
Collaboration diagram for command:

Data Fields

command_handler_t handler
 
Jim_CmdProc * jim_handler
 
void * jim_handler_data
 
struct targetjim_override_target
 
enum command_mode mode
 
char * name
 

Detailed Description

Definition at line 197 of file command.h.

Field Documentation

◆ handler

command_handler_t command::handler

Definition at line 199 of file command.h.

Referenced by command_new(), exec_command(), and jim_command_dispatch().

◆ jim_handler

Jim_CmdProc* command::jim_handler

Definition at line 200 of file command.h.

Referenced by command_new(), exec_command(), and jim_command_dispatch().

◆ jim_handler_data

void* command::jim_handler_data

Definition at line 201 of file command.h.

Referenced by __register_commands(), and jim_arm_tpiu_swo_configure().

◆ jim_override_target

struct target* command::jim_override_target

Definition at line 203 of file command.h.

Referenced by __register_commands(), and jim_command_dispatch().

◆ mode

enum command_mode command::mode

Definition at line 203 of file command.h.

Referenced by command_can_run(), command_new(), and jim_command_mode().

◆ name

char* command::name

The documentation for this struct was generated from the following file: