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

picoprobe struct

Syntax

struct picoprobe {     struct libusb_device_handle *usb_handle;     uint8_t *packet_buffer;     int freq; };

Fields

usb_handle

No summary provided. Read more...

packet_buffer

No summary provided. Read more...

freq

No summary provided. Read more...

References

LocationReferrerText
picoprobe.c:41
struct picoprobe {
picoprobe.c:56picoprobe_handle
static struct picoprobe *picoprobe_handle;
picoprobe.c:521picoprobe_init()
picoprobe_handle = malloc(sizeof(struct picoprobe));

Type Use

Variables of picoprobe type
all items filtered out
picoprobe
Allocators of picoprobe
all items filtered out
picoprobe