OpenOCD
|
Go to the source code of this file.
Data Structures | |
struct | interface_delay_t |
struct | interface_gpio_t |
struct | interface_jtag_raw_t |
struct | interface_swd_t |
struct | interface_target_voltage_t |
struct | usart_status_t |
struct | versaloon_adaptors_t |
struct | versaloon_interface_t |
struct | versaloon_usb_setting_t |
Macros | |
#define | GPIO_RTCK (1 << 7) |
#define | GPIO_SRST (1 << 0) |
#define | GPIO_TCK (1 << 4) |
#define | GPIO_TDI (1 << 6) |
#define | GPIO_TDO (1 << 5) |
#define | GPIO_TMS (1 << 8) |
#define | GPIO_TRST (1 << 1) |
#define | GPIO_USR1 (1 << 2) |
#define | GPIO_USR2 (1 << 3) |
Variables | |
struct versaloon_interface_t | versaloon_interface |
struct libusb_device_handle * | versaloon_usb_device_handle |
#define GPIO_RTCK (1 << 7) |
Definition at line 29 of file versaloon.h.
#define GPIO_SRST (1 << 0) |
Definition at line 22 of file versaloon.h.
#define GPIO_TCK (1 << 4) |
Definition at line 26 of file versaloon.h.
#define GPIO_TDI (1 << 6) |
Definition at line 28 of file versaloon.h.
#define GPIO_TDO (1 << 5) |
Definition at line 27 of file versaloon.h.
#define GPIO_TMS (1 << 8) |
Definition at line 30 of file versaloon.h.
#define GPIO_TRST (1 << 1) |
Definition at line 23 of file versaloon.h.
#define GPIO_USR1 (1 << 2) |
Definition at line 24 of file versaloon.h.
#define GPIO_USR2 (1 << 3) |
Definition at line 25 of file versaloon.h.
|
extern |
Definition at line 36 of file versaloon.c.
Referenced by COMMAND_HANDLER(), versaloon_init(), versaloon_send_command(), vsllink_init(), vsllink_interface_init(), vsllink_jtag_execute(), vsllink_quit(), vsllink_reset(), vsllink_speed(), vsllink_swd_frequency(), vsllink_swd_read_reg(), vsllink_swd_run_queue(), vsllink_swd_switch_seq(), vsllink_swd_write_reg(), vsllink_usb_close(), and vsllink_usb_open().
|
extern |
Definition at line 28 of file versaloon.c.
Referenced by versaloon_fini(), versaloon_send_command(), and vsllink_interface_init().