target_init_one() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_init_one() function

Syntax

static int target_init_one(struct command_context *cmd_ctx,     struct target *target);

Arguments

cmd_ctx

target

References

LocationReferrerText
target.c:1486
static int target_init_one(struct command_context *cmd_ctx,
target.c:1552target_init()
retval = target_init_one(cmd_ctx, target);