|
OpenOCD
|
Data Fields | |
| bool | connect_under_reset |
| const char * | device_desc |
| int | initial_interface_speed |
| Initial interface clock clock speed. More... | |
| uint16_t | pid [HLA_MAX_USB_IDS+1] |
| List of recognised PIDs. More... | |
| uint16_t | stlink_tcp_port |
| enum hl_transports | transport |
| bool | use_stlink_tcp |
| uint16_t | vid [HLA_MAX_USB_IDS+1] |
| List of recognised VIDs. More... | |
Definition at line 23 of file hla_interface.h.
| bool hl_interface_param_s::connect_under_reset |
Definition at line 33 of file hla_interface.h.
Referenced by hl_interface_init_reset(), hl_interface_open(), and stlink_dap_init().
| const char* hl_interface_param_s::device_desc |
Definition at line 25 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), and hl_interface_quit().
| int hl_interface_param_s::initial_interface_speed |
Initial interface clock clock speed.
Definition at line 35 of file hla_interface.h.
Referenced by hl_interface_speed(), and stlink_dap_speed().
| uint16_t hl_interface_param_s::pid[HLA_MAX_USB_IDS+1] |
List of recognised PIDs.
Definition at line 29 of file hla_interface.h.
Referenced by COMMAND_HANDLER().
| uint16_t hl_interface_param_s::stlink_tcp_port |
Definition at line 39 of file hla_interface.h.
Referenced by COMMAND_HANDLER().
| enum hl_transports hl_interface_param_s::transport |
Definition at line 29 of file hla_interface.h.
Referenced by hl_interface_open().
| bool hl_interface_param_s::use_stlink_tcp |
Definition at line 37 of file hla_interface.h.
Referenced by COMMAND_HANDLER().
| uint16_t hl_interface_param_s::vid[HLA_MAX_USB_IDS+1] |
List of recognised VIDs.
Definition at line 27 of file hla_interface.h.
Referenced by COMMAND_HANDLER().