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

target_to_adapter() function

Syntax

static inline struct hl_interface *target_to_adapter(struct target *target);

Arguments

target

References

LocationReferrerText
hla_target.c:39
static inline struct hl_interface *target_to_adapter(struct target *target)
hla_target.c:47adapter_load_core_reg_u32()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:54adapter_store_core_reg_u32()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:93hl_target_request_data()
struct hl_interface *hl_if = target_to_adapter(target);
hla_target.c:116hl_handle_target_request()
struct hl_interface *hl_if = target_to_adapter(target);
hla_target.c:230adapter_debug_entry()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:289adapter_poll()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:332hl_assert_reset()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:415adapter_halt()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:442adapter_resume()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:532adapter_step()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:596adapter_read_memory()
struct hl_interface *adapter = target_to_adapter(target);
hla_target.c:611adapter_write_memory()
struct hl_interface *adapter = target_to_adapter(target);

Call Tree

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