Non-Confidential | ![]() | ARM 100963_0200_00_en | ||
| ||||
Home > Data Structure Reference > Factory simulation startup and configuration > CADIRefreshReason_t |
The target uses CADI_REFRESH_REASON_t
constants to indicate why it has requested a refresh.
enum CADIRefreshReason_t { CADI_REFRESH_REASON_MEMORY = 1, CADI_REFRESH_REASON_REGISTERS = 2, // Also for CADIGetInstructionCount/CADIGetCycleCount. CADI_REFRESH_REASON_BREAKPOINTS = 4, CADI_REFRESH_REASON_PARAMETERS = 8, CADI_REFRESH_REASON_OTHER = (1 << 31), // Something changed which is not one of the above. CADI_REFRESH_REASON_ALL = 0xFFFFFFFF // All of the above at the same time. };