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

ublast_info struct

Syntax

struct ublast_info {     enum gpio_steer pin6;     enum gpio_steer pin8;     int tms;     int tdi;     bool trst_asserted;     bool srst_asserted;     uint8_t buf[BUF_LEN];     int bufidx;     char *lowlevel_name;     struct ublast_lowlevel *drv;     uint16_t ublast_vid, ublast_pid;     uint16_t ublast_vid_uninit, ublast_pid_uninit;     int flags;     char *firmware_path; };

Fields

pin6

No summary provided. Read more...

pin8

No summary provided. Read more...

tms

No summary provided. Read more...

tdi

No summary provided. Read more...

trst_asserted

No summary provided. Read more...

srst_asserted

No summary provided. Read more...

buf

No summary provided. Read more...

bufidx

No summary provided. Read more...

lowlevel_name

No summary provided. Read more...

drv

No summary provided. Read more...

ublast_vid

No summary provided. Read more...

ublast_pid

No summary provided. Read more...

ublast_vid_uninit

No summary provided. Read more...

ublast_pid_uninit

No summary provided. Read more...

flags

No summary provided. Read more...

firmware_path

No summary provided. Read more...

References

LocationReferrerText
usb_blaster.c:99
struct ublast_info {
usb_blaster.c:120info
static struct ublast_info info = {

Type Use

Variables of ublast_info type
all items filtered out
ublast_info