mpsse_ctx::interface is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

mpsse_ctx::interface field

Syntax

uint8_t interface;

References

LocationReferrerText
mpsse.c:64
uint8_t interface;
mpsse.c:233open_matching_device()
mpsse.c:240open_matching_device()
err = libusb_claim_interface(ctx->usb_dev, ctx->interface);
mpsse.c:295open_matching_device()
if (!(desc.bNumConfigurations > 0 && ctx->interface < config0->bNumInterfaces
mpsse.c:296open_matching_device()
&& config0->interface[ctx->interface].num_altsetting > 0))
mpsse.c:300open_matching_device()
descriptor = &config0->interface[ctx->interface].altsetting[0];
mpsse.c:355mpsse_open()
ctx->interface = channel;

Data Use

Functions writing mpsse_ctx::interface
Functions reading mpsse_ctx::interface
all items filtered out
mpsse_ctx::interface
all items filtered out
Type of mpsse_ctx::interface
mpsse_ctx::interface
uint8_t
all items filtered out