OpenOCD
|
Data Fields | |
struct hl_layout_api_s * | api |
int(* | close )(struct hl_interface_s *adapter) |
char * | name |
int(* | open )(struct hl_interface_s *adapter) |
Definition at line 120 of file hla_layout.h.
struct hl_layout_api_s* hl_layout::api |
Definition at line 128 of file hla_layout.h.
Referenced by COMMAND_HANDLER(), hl_dcc_read(), hl_interface_config_trace(), hl_interface_init_target(), hl_interface_khz(), hl_interface_override_target(), hl_interface_poll_trace(), hl_interface_quit(), hl_interface_reset(), and hl_interface_speed().
int(* hl_layout::close) (struct hl_interface_s *adapter) |
Definition at line 126 of file hla_layout.h.
char* hl_layout::name |
Definition at line 122 of file hla_layout.h.
Referenced by COMMAND_HANDLER().
int(* hl_layout::open) (struct hl_interface_s *adapter) |
Definition at line 124 of file hla_layout.h.
Referenced by hl_interface_open().