OpenOCD
|
Data Fields | |
int(* | flush )(void) |
int(* | in )(void) |
int(* | in_rdy )(void) |
int(* | out )(int tms, int tdi, int tdo_req) |
int(* | reset )(int trst, int srst) |
int(* | sleep )(unsigned long us) |
int(* bitq_interface::flush) (void) |
Definition at line 16 of file bitq.h.
Referenced by bitq_execute_queue(), and esp_usb_jtag_init().
int(* bitq_interface::in) (void) |
Definition at line 25 of file bitq.h.
Referenced by bitq_execute_queue(), bitq_in_proc(), and esp_usb_jtag_init().
int(* bitq_interface::in_rdy) (void) |
Definition at line 24 of file bitq.h.
Referenced by bitq_execute_queue(), bitq_io(), and esp_usb_jtag_init().
int(* bitq_interface::out) (int tms, int tdi, int tdo_req) |
Definition at line 15 of file bitq.h.
Referenced by bitq_io(), and esp_usb_jtag_init().
int(* bitq_interface::reset) (int trst, int srst) |
Definition at line 19 of file bitq.h.
Referenced by bitq_execute_queue(), and esp_usb_jtag_init().
int(* bitq_interface::sleep) (unsigned long us) |
Definition at line 18 of file bitq.h.
Referenced by bitq_execute_queue(), and esp_usb_jtag_init().