OpenOCD
|
Describes one driver instance. More...
Data Fields | |
int | commands_in_queue |
Number of commands in queue. More... | |
int | delay_clock_tck |
Delay value for CLOCK_TMS commands. More... | |
int | delay_clock_tms |
Delay value for CLOCK_TCK commands. More... | |
int | delay_scan_in |
Delay value for SCAN_IN commands. More... | |
int | delay_scan_io |
Delay value for SCAN_IO commands. More... | |
int | delay_scan_out |
Delay value for SCAN_OUT commands. More... | |
unsigned int | ep_in |
IN endpoint number. More... | |
unsigned int | ep_out |
OUT endpoint number. More... | |
struct libusb_context * | libusb_ctx |
struct ulink_cmd * | queue_end |
Pointer to last command in queue. More... | |
struct ulink_cmd * | queue_start |
Pointer to first command in queue. More... | |
enum ulink_type | type |
struct libusb_device_handle * | usb_device_handle |
int ulink::commands_in_queue |
Number of commands in queue.
Definition at line 148 of file ulink.c.
Referenced by ulink_execute_queue().
int ulink::delay_clock_tck |
Delay value for CLOCK_TMS commands.
Definition at line 145 of file ulink.c.
Referenced by ulink_khz().
int ulink::delay_clock_tms |
Delay value for CLOCK_TCK commands.
Definition at line 146 of file ulink.c.
Referenced by ulink_khz().
int ulink::delay_scan_in |
Delay value for SCAN_IN commands.
Definition at line 142 of file ulink.c.
Referenced by ulink_khz().
int ulink::delay_scan_io |
Delay value for SCAN_IO commands.
Definition at line 144 of file ulink.c.
Referenced by ulink_khz().
int ulink::delay_scan_out |
Delay value for SCAN_OUT commands.
Definition at line 143 of file ulink.c.
Referenced by ulink_khz().
unsigned int ulink::ep_in |
unsigned int ulink::ep_out |
struct libusb_context* ulink::libusb_ctx |
Definition at line 135 of file ulink.c.
Referenced by ulink_init().
struct ulink_cmd* ulink::queue_end |
struct ulink_cmd* ulink::queue_start |
Pointer to first command in queue.
Definition at line 149 of file ulink.c.
Referenced by ulink_init().
enum ulink_type ulink::type |
struct libusb_device_handle* ulink::usb_device_handle |
Definition at line 136 of file ulink.c.
Referenced by ulink_init().