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

DWT_PCSR macro

Syntax

#define DWT_PCSR 0xE000101C

References

LocationText
cortex_m.h:92
#define DWT_PCSR 0xE000101C
cortex_m.c:2453
retval = target_read_u32(target, DWT_PCSR, &reg_value);
cortex_m.c:2488
4, read_count, DWT_PCSR);
cortex_m.c:2491
target_read_u32(target, DWT_PCSR, &samples[sample_count++]);