ARM_CS_CIDR_CLASS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ARM_CS_CIDR_CLASS macro

Syntax

#define ARM_CS_CIDR_CLASS(cidr) (((cidr) >> 12) & 0x000F)

Arguments

cidr

References

LocationText
arm_coresight.h:47
#define ARM_CS_CIDR_CLASS(cidr) (((cidr) >> 12) & 0x000F)
arm_adi_v5.c:1956
const unsigned int class = ARM_CS_CIDR_CLASS(v.cid);
arm_adi_v5.c:2160
const unsigned int class = ARM_CS_CIDR_CLASS(v->cid);
arm_adi_v5.c:2267
const unsigned int class = ARM_CS_CIDR_CLASS(v->cid);