Go to the source code of this file.
◆ testee_halt()
static int testee_halt |
( |
struct target * |
target | ) |
|
|
static |
◆ testee_init()
◆ testee_poll()
static int testee_poll |
( |
struct target * |
target | ) |
|
|
static |
◆ testee_reset_assert()
static int testee_reset_assert |
( |
struct target * |
target | ) |
|
|
static |
◆ testee_reset_deassert()
static int testee_reset_deassert |
( |
struct target * |
target | ) |
|
|
static |
◆ testee_command_handlers
Initial value:= {
{
.name = "testee",
.help = "testee target 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 1 of file testee.c.
◆ testee_target
Initial value:= {
.name = "testee",
}
static int testee_init(struct command_context *cmd_ctx, struct target *target)
static int testee_reset_assert(struct target *target)
static int testee_poll(struct target *target)
static int testee_reset_deassert(struct target *target)
static const struct command_registration testee_command_handlers[]
static int testee_halt(struct target *target)
Definition at line 48 of file testee.c.