OpenOCD
|
Go to the source code of this file.
Functions | |
RESULT | usbtojtagraw_config (uint8_t interface_index, uint32_t khz) |
RESULT | usbtojtagraw_execute (uint8_t interface_index, uint8_t *tdi, uint8_t *tms, uint8_t *tdo, uint32_t bitlen) |
RESULT | usbtojtagraw_fini (uint8_t interface_index) |
RESULT | usbtojtagraw_init (uint8_t interface_index) |
RESULT usbtojtagraw_config | ( | uint8_t | interface_index, |
uint32_t | khz | ||
) |
Definition at line 29 of file usbtojtagraw.c.
References ERRMSG_INVALID_INTERFACE_NUM, ERROR_FAIL, LOG_BUG, SET_LE_U32, USB_TO_JTAG_RAW, and usbtoxxx_conf_command.
RESULT usbtojtagraw_execute | ( | uint8_t | interface_index, |
uint8_t * | tdi, | ||
uint8_t * | tms, | ||
uint8_t * | tdo, | ||
uint32_t | bitlen | ||
) |
Definition at line 45 of file usbtojtagraw.c.
References ERRMSG_INVALID_INTERFACE_NUM, ERROR_FAIL, LOG_BUG, SET_LE_U32, USB_TO_JTAG_RAW, usbtoxxx_inout_command, and versaloon_cmd_buf.
RESULT usbtojtagraw_fini | ( | uint8_t | interface_index | ) |
Definition at line 24 of file usbtojtagraw.c.
References USB_TO_JTAG_RAW, and usbtoxxx_fini_command.
RESULT usbtojtagraw_init | ( | uint8_t | interface_index | ) |
Definition at line 19 of file usbtojtagraw.c.
References USB_TO_JTAG_RAW, and usbtoxxx_init_command.