|
OpenOCD
|
Data Fields | |
| bool | connect_under_reset |
| const char * | device_desc |
| uint16_t | stlink_tcp_port |
| enum hl_transports | transport |
| bool | use_stlink_tcp |
Definition at line 21 of file hla_interface.h.
| bool hl_interface_param::connect_under_reset |
Definition at line 27 of file hla_interface.h.
Referenced by hl_interface_init_reset(), hl_interface_open(), stlink_dap_init(), and stlink_open().
| const char* hl_interface_param::device_desc |
Definition at line 23 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), and hl_interface_quit().
| uint16_t hl_interface_param::stlink_tcp_port |
Definition at line 31 of file hla_interface.h.
Referenced by COMMAND_HANDLER().
| enum hl_transports hl_interface_param::transport |
Definition at line 23 of file hla_interface.h.
Referenced by hl_interface_open(), and stlink_usb_hl_open().
| bool hl_interface_param::use_stlink_tcp |
Definition at line 29 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), and stlink_open().