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

ADIV5_AP_REG_IDR macro

Syntax

#define ADIV5_AP_REG_IDR (0xFC)

References

LocationText
arm_adi_v5.h:159
#define ADIV5_AP_REG_IDR (0xFC) /* RO: Identification Register */
arm_adi_v5.h:160
#define ADIV6_AP_REG_IDR (0xD00 + ADIV5_AP_REG_IDR)
arm_adi_v5.h:161
#define AP_REG_IDR(dap) (is_adiv6(dap) ? ADIV6_AP_REG_IDR : ADIV5_AP_REG_IDR)
cortex_m.c:1679
DM_AP_ID = ADIV5_AP_REG_IDR
stlink_usb.c:4325
if (reg != ADIV5_AP_REG_IDR) {