hl_interface_param is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

hl_interface_param struct

Syntax

struct hl_interface_param;
Implemented in hla_interface.h:23

Fields

transport

No summary provided. Read more...

connect_under_reset

No summary provided. Read more...

initial_interface_speed

Initial interface clock clock speed. Read more...
No summary provided. Read more...
No summary provided. Read more...

device_desc

No summary provided. Read more...

vid

List of recognised VIDs. Read more...

pid

List of recognised PIDs. Read more...

References

LocationReferrerScopeText
hla_interface.h:23
struct hl_interface_param {
hla_layout.h:19
struct hl_interface_param;
hla_interface.h:44hl_interface::paramhl_interface
struct hl_interface_param param;
hla_layout.h:29hl_layout_api::open::param
int (*open)(struct hl_interface_param *param, void **handle);
stlink_usb.c:176stlink_backend::open::param
int (*open)(void *handle, struct hl_interface_param *param);
stlink_usb.c:297stlink_usb_open()
static inline int stlink_usb_open(void *handle, struct hl_interface_param *param)
stlink_usb.c:3388stlink_usb_usb_open()
static int stlink_usb_usb_open(void *handle, struct hl_interface_param *param)
stlink_usb.c:3499stlink_tcp_open()
static int stlink_tcp_open(void *handle, struct hl_interface_param *param)
stlink_usb.c:3728stlink_open()
static int stlink_open(struct hl_interface_param *param, enum stlink_mode mode, void **fd)
stlink_usb.c:3832stlink_usb_hl_open()
static int stlink_usb_hl_open(struct hl_interface_param *param, void **fd)
stlink_usb.c:4082stlink_dap_param
static struct hl_interface_param stlink_dap_param;
ti_icdi_usb.c:665icdi_usb_open()
static int icdi_usb_open(struct hl_interface_param *param, void **fd)

Type Use

Variables of hl_interface_param type
hl_interface_param