Go to the source code of this file.
◆ dummy_init()
static int dummy_init |
( |
void |
| ) |
|
|
static |
◆ dummy_khz()
static int dummy_khz |
( |
int |
khz, |
|
|
int * |
jtag_speed |
|
) |
| |
|
static |
◆ dummy_led()
static int dummy_led |
( |
int |
on | ) |
|
|
static |
◆ dummy_quit()
static int dummy_quit |
( |
void |
| ) |
|
|
static |
◆ dummy_read()
◆ dummy_reset()
static int dummy_reset |
( |
int |
trst, |
|
|
int |
srst |
|
) |
| |
|
static |
◆ dummy_speed()
static int dummy_speed |
( |
int |
speed | ) |
|
|
static |
◆ dummy_speed_div()
static int dummy_speed_div |
( |
int |
speed, |
|
|
int * |
khz |
|
) |
| |
|
static |
◆ dummy_write()
static int dummy_write |
( |
int |
tck, |
|
|
int |
tms, |
|
|
int |
tdi |
|
) |
| |
|
static |
◆ clock_count
◆ dummy_adapter_driver
Initial value:= {
.name = "dummy",
}
const char *const jtag_only[]
static struct jtag_interface dummy_interface
static int dummy_init(void)
static int dummy_speed_div(int speed, int *khz)
static int dummy_speed(int speed)
static const struct command_registration dummy_command_handlers[]
static int dummy_reset(int trst, int srst)
static int dummy_quit(void)
static int dummy_khz(int khz, int *jtag_speed)
Definition at line 117 of file dummy.c.
◆ dummy_bitbang
Initial value:= {
}
static int dummy_write(int tck, int tms, int tdi)
static bb_value_t dummy_read(void)
static int dummy_led(int on)
Definition at line 75 of file dummy.c.
Referenced by dummy_init().
◆ dummy_clock
◆ dummy_command_handlers
Initial value:= {
{
.name = "dummy",
.help = "dummy interface driver commands",
},
}
#define COMMAND_REGISTRATION_DONE
Use this as the last entry in an array of command_registration records.
const struct command_registration hello_command_handlers[]
Export the registration for the hello command group, so it can be embedded in example drivers.
const char * usage
a string listing the options and arguments, required or optional
Definition at line 117 of file dummy.c.
◆ dummy_data
◆ dummy_interface
Initial value:= {
}
int bitbang_execute_queue(struct jtag_command *cmd_queue)
#define DEBUG_CAP_TMS_SEQ
Definition at line 117 of file dummy.c.
◆ dummy_state