DSCR_DTRRX_FULL_LATCHED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDDSCR_DTRRX_FULL_LATCHED

DSCR_DTRRX_FULL_LATCHED macro

Syntax

#define DSCR_DTRRX_FULL_LATCHED (0x1 << 27)

References

LocationText
arm_dpm.h:193
#define DSCR_DTRRX_FULL_LATCHED (0x1 << 27) /* bit 28 is reserved */
cortex_a.c:2089
retval = cortex_a_wait_dscr_bits(target, DSCR_DTRRX_FULL_LATCHED, 0, dscr);
cortex_a.c:2203
retval = cortex_a_wait_dscr_bits(target, DSCR_DTRRX_FULL_LATCHED, 0, dscr);
cortex_a.c:2340
retval = cortex_a_wait_dscr_bits(target, DSCR_DTRRX_FULL_LATCHED, 0, &dscr);
cortex_a.c:2387
if (dscr & DSCR_DTRRX_FULL_LATCHED) {
cortex_a.c:2693
if (dscr & DSCR_DTRRX_FULL_LATCHED) {