OpenOCD
|
Go to the source code of this file.
Data Structures | |
struct | xtensa_chip_common |
Functions | |
static struct xtensa_chip_common * | target_to_xtensa_chip (struct target *target) |
int | xtensa_chip_arch_state (struct target *target) |
int | xtensa_chip_init_arch_info (struct target *target, void *arch_info, struct xtensa_debug_module_config *dm_cfg) |
bool | xtensa_chip_on_halt (struct target *target) |
void | xtensa_chip_on_poll (struct target *target) |
void | xtensa_chip_on_reset (struct target *target) |
void | xtensa_chip_queue_tdi_idle (struct target *target) |
int | xtensa_chip_target_init (struct command_context *cmd_ctx, struct target *target) |
|
inlinestatic |
Definition at line 20 of file xtensa_chip.h.
References target::arch_info, and container_of.
int xtensa_chip_arch_state | ( | struct target * | target | ) |
Definition at line 36 of file xtensa_chip.c.
References ERROR_OK.
int xtensa_chip_init_arch_info | ( | struct target * | target, |
void * | arch_info, | ||
struct xtensa_debug_module_config * | dm_cfg | ||
) |
Definition at line 19 of file xtensa_chip.c.
References ERROR_OK, xtensa_chip_common::xtensa, xtensa::xtensa_chip, and xtensa_init_arch_info().
Referenced by xtensa_chip_target_create().
bool xtensa_chip_on_halt | ( | struct target * | target | ) |
void xtensa_chip_on_poll | ( | struct target * | target | ) |
void xtensa_chip_on_reset | ( | struct target * | target | ) |
void xtensa_chip_queue_tdi_idle | ( | struct target * | target | ) |
int xtensa_chip_target_init | ( | struct command_context * | cmd_ctx, |
struct target * | target | ||
) |
Definition at line 31 of file xtensa_chip.c.
References xtensa_target_init().