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

get_target_type() function

Syntax

static struct target_type *get_target_type(struct target *target);

Arguments

target

References

LocationReferrerText
riscv.c:411
static struct target_type *get_target_type(struct target *target)
riscv.c:494riscv_deinit_target()
struct target_type *tt = get_target_type(target);
riscv.c:1103oldriscv_step()
struct target_type *tt = get_target_type(target);
riscv.c:1135riscv_examine()
struct target_type *tt = get_target_type(target);
riscv.c:1148oldriscv_poll()
struct target_type *tt = get_target_type(target);
riscv.c:1209halt_go()
struct target_type *tt = get_target_type(target);
riscv.c:1231riscv_halt()
struct target_type *tt = get_target_type(target);
riscv.c:1276riscv_assert_reset()
struct target_type *tt = get_target_type(target);
riscv.c:1284riscv_deassert_reset()
struct target_type *tt = get_target_type(target);
riscv.c:1443resume_go()
struct target_type *tt = get_target_type(target);
riscv.c:1724riscv_write_phys_memory()
struct target_type *tt = get_target_type(target);
riscv.c:1743riscv_write_memory()
struct target_type *tt = get_target_type(target);
riscv.c:1825riscv_arch_state()
struct target_type *tt = get_target_type(target);

Call Tree

Data read by get_target_type()
get_target_type()
Type of get_target_type()
get_target_type()
all items filtered out