arm_cti_ungate_channel() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm_cti_ungate_channel()

arm_cti_ungate_channel() function

Syntax

extern int arm_cti_ungate_channel(struct arm_cti *self,     uint32_t channel);
Implemented in arm_cti.c:115

Arguments

self

channel

References

LocationReferrerText
arm_cti.c:115
int arm_cti_ungate_channel(struct arm_cti *self, uint32_t channel)
arm_cti.h:59
extern int arm_cti_ungate_channel(struct arm_cti *self, uint32_t channel);
aarch64.c:354aarch64_prepare_halt_smp()
retval = arm_cti_ungate_channel(armv8->cti, 0);
aarch64.c:665aarch64_prepare_restart_one()
retval = arm_cti_ungate_channel(armv8->cti, 1);
arm_cti.c:343handle_cti_channel()
retval = arm_cti_ungate_channel(cti, ch_num);

Call Tree

Functions calling arm_cti_ungate_channel()
Functions called by arm_cti_ungate_channel()
arm_cti_ungate_channel()
all items filtered out
Data read by arm_cti_ungate_channel()
arm_cti_ungate_channel()