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

DSCR_INT_DIS macro

Syntax

#define DSCR_INT_DIS (0x1 << 11)

References

LocationText
arm_dpm.h:180
#define DSCR_INT_DIS (0x1 << 11)
arm11.c:646
arm11->dscr &= ~DSCR_INT_DIS;
arm11.c:648
arm11->dscr |= DSCR_INT_DIS;
arm11.c:690
arm11->dscr &= ~DSCR_INT_DIS;
cortex_a.c:1215
retval = cortex_a_set_dscr_bits(target, DSCR_INT_DIS, DSCR_INT_DIS);
cortex_a.c:1246
retval = cortex_a_set_dscr_bits(target, DSCR_INT_DIS, 0);