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

XT_PS_RING_MSK macro

Syntax

#define XT_PS_RING_MSK (0x3 << 6)

References

LocationText
xtensa.h:40
#define XT_PS_RING_MSK (0x3 << 6)
xtensa.c:2790
xtensa_reg_val_t new_ps = (ps & ~XT_PS_RING_MSK) | XT_PS_RING(algorithm_info->core_mode);