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

target_to_stm8() function

Syntax

static inline struct stm8_common * target_to_stm8(struct target *target);

Arguments

target

References

LocationReferrerText
stm8.h:58
target_to_stm8(struct target *target)
stm8.c:212stm8_enable_interrupts()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:404stm8_configure_break_unit()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:460stm8_debug_entry()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:545stm8_get_core_reg()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:576stm8_save_context()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:594stm8_restore_context()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:611stm8_unlock_flash()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:631stm8_unlock_eeprom()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:652stm8_write_flash()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:740stm8_write_memory()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:905stm8_reset_assert()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:968stm8_single_step_core()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:989stm8_resume()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1128stm8_read_core_reg()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1147stm8_write_core_reg()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1170stm8_get_gdb_reg_list()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1190stm8_build_reg_cache()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1248stm8_free_reg_cache()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1275stm8_deinit()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1286stm8_arch_state()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1302stm8_step()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1371stm8_set_breakpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1436stm8_add_breakpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1464stm8_unset_breakpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1518stm8_remove_breakpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1537stm8_set_watchpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1598stm8_add_watchpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1629stm8_unset_watchpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1654stm8_remove_watchpoint()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1674stm8_examine()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1824stm8_run_algorithm()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:1937stm8_jim_configure()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:2102stm8_handle_enable_step_irq_command()
struct stm8_common *stm8 = target_to_stm8(target);
stm8.c:2118stm8_handle_enable_stm8l_command()
struct stm8_common *stm8 = target_to_stm8(target);