OpenOCD
hl_interface_param_s Struct Reference

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...
 

Detailed Description

Definition at line 23 of file hla_interface.h.

Field Documentation

◆ connect_under_reset

bool hl_interface_param_s::connect_under_reset

◆ device_desc

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().

◆ initial_interface_speed

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(), stlink_dap_speed(), and stlink_open().

◆ pid

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(), stlink_open(), and stlink_usb_usb_open().

◆ stlink_tcp_port

uint16_t hl_interface_param_s::stlink_tcp_port

Definition at line 39 of file hla_interface.h.

Referenced by COMMAND_HANDLER().

◆ transport

enum hl_transports hl_interface_param_s::transport

Definition at line 29 of file hla_interface.h.

Referenced by hl_interface_open(), and stlink_usb_hl_open().

◆ use_stlink_tcp

bool hl_interface_param_s::use_stlink_tcp

Definition at line 37 of file hla_interface.h.

Referenced by COMMAND_HANDLER(), and stlink_open().

◆ vid

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(), stlink_open(), and stlink_usb_usb_open().


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