OpenOCD
|
Data Fields | |
int | BUFFERSIZE |
uint8_t | CONTROL_TRANSFER |
const char * | name |
uint16_t | PID [OPENDOUS_MAX_VIDS_PIDS] |
uint8_t | READ_EP |
uint16_t | VID [OPENDOUS_MAX_VIDS_PIDS] |
uint8_t | WRITE_EP |
Definition at line 30 of file opendous.c.
int opendous_probe::BUFFERSIZE |
Definition at line 37 of file opendous.c.
Referenced by opendous_init().
uint8_t opendous_probe::CONTROL_TRANSFER |
Definition at line 36 of file opendous.c.
Referenced by opendous_usb_read(), and opendous_usb_write().
const char* opendous_probe::name |
Definition at line 31 of file opendous.c.
Referenced by opendous_init().
uint16_t opendous_probe::PID[OPENDOUS_MAX_VIDS_PIDS] |
Definition at line 33 of file opendous.c.
Referenced by opendous_usb_open().
uint8_t opendous_probe::READ_EP |
Definition at line 34 of file opendous.c.
uint16_t opendous_probe::VID[OPENDOUS_MAX_VIDS_PIDS] |
Definition at line 32 of file opendous.c.
Referenced by opendous_usb_open().
uint8_t opendous_probe::WRITE_EP |
Definition at line 35 of file opendous.c.