OpenOCD
|
Data Fields | |
uint32_t | base_speed_khz |
struct bitq_interface | bitq_interface |
unsigned int | cur_in_buf_rd |
unsigned int | cur_in_buf_wr |
uint16_t | div_max |
uint16_t | div_min |
unsigned int | hw_in_fifo_len |
uint8_t | in_buf [IN_BUF_CT][IN_BUF_SZ] |
unsigned int | in_buf_pos_bits |
unsigned int | in_buf_size_bits [IN_BUF_CT] |
uint8_t | out_buf [OUT_BUF_SZ] |
unsigned int | out_buf_pos_nibbles |
unsigned int | pending_in_bits |
unsigned int | prev_cmd |
int | prev_cmd_repct |
unsigned int | read_ep |
struct libusb_device_handle * | usb_device |
unsigned int | write_ep |
Definition at line 189 of file esp_usb_jtag.c.
uint32_t esp_usb_jtag::base_speed_khz |
Definition at line 191 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_init(), esp_usb_jtag_khz(), and esp_usb_jtag_speed_div().
struct bitq_interface esp_usb_jtag::bitq_interface |
Definition at line 211 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_init().
unsigned int esp_usb_jtag::cur_in_buf_rd |
Definition at line 199 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_in().
unsigned int esp_usb_jtag::cur_in_buf_wr |
Definition at line 199 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_in(), and esp_usb_jtag_recv_buf().
uint16_t esp_usb_jtag::div_max |
Definition at line 193 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_init(), and esp_usb_jtag_khz().
uint16_t esp_usb_jtag::div_min |
Definition at line 192 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_init(), and esp_usb_jtag_khz().
unsigned int esp_usb_jtag::hw_in_fifo_len |
Definition at line 211 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_command_add_raw(), esp_usb_jtag_init(), and esp_usb_jtag_send_buf().
Definition at line 197 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_in(), and esp_usb_jtag_recv_buf().
unsigned int esp_usb_jtag::in_buf_pos_bits |
Definition at line 200 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_in().
unsigned int esp_usb_jtag::in_buf_size_bits[IN_BUF_CT] |
Definition at line 198 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_in(), and esp_usb_jtag_recv_buf().
uint8_t esp_usb_jtag::out_buf[OUT_BUF_SZ] |
Definition at line 194 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_command_add_raw(), and esp_usb_jtag_send_buf().
unsigned int esp_usb_jtag::out_buf_pos_nibbles |
Definition at line 195 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_command_add_raw(), esp_usb_jtag_flush(), and esp_usb_jtag_send_buf().
unsigned int esp_usb_jtag::pending_in_bits |
Definition at line 209 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_command_add_raw(), esp_usb_jtag_flush(), esp_usb_jtag_out(), esp_usb_jtag_recv_buf(), and esp_usb_jtag_send_buf().
unsigned int esp_usb_jtag::prev_cmd |
Definition at line 205 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_command_add(), and esp_usb_jtag_flush().
int esp_usb_jtag::prev_cmd_repct |
Definition at line 206 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_command_add(), and esp_usb_jtag_flush().
unsigned int esp_usb_jtag::read_ep |
Definition at line 202 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_init(), and esp_usb_jtag_recv_buf().
struct libusb_device_handle* esp_usb_jtag::usb_device |
Definition at line 190 of file esp_usb_jtag.c.
Referenced by COMMAND_HANDLER(), esp_usb_jtag_init(), esp_usb_jtag_quit(), esp_usb_jtag_recv_buf(), esp_usb_jtag_send_buf(), and esp_usb_jtag_speed().
unsigned int esp_usb_jtag::write_ep |
Definition at line 203 of file esp_usb_jtag.c.
Referenced by esp_usb_jtag_init(), and esp_usb_jtag_send_buf().