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::connect_under_reset |
Definition at line 33 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 25 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), and hl_interface_quit().
int hl_interface_param::initial_interface_speed |
Initial interface clock clock speed.
Definition at line 35 of file hla_interface.h.
Referenced by hl_interface_speed(), stlink_dap_speed(), and stlink_open().
uint16_t hl_interface_param::pid[HLA_MAX_USB_IDS+1] |
List of recognised PIDs.
Definition at line 29 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), stlink_open(), and stlink_usb_usb_open().
uint16_t hl_interface_param::stlink_tcp_port |
Definition at line 39 of file hla_interface.h.
Referenced by COMMAND_HANDLER().
enum hl_transports hl_interface_param::transport |
Definition at line 29 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 37 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), and stlink_open().
uint16_t hl_interface_param::vid[HLA_MAX_USB_IDS+1] |
List of recognised VIDs.
Definition at line 27 of file hla_interface.h.
Referenced by COMMAND_HANDLER(), stlink_open(), and stlink_usb_usb_open().