Searched refs:SEGGER_SYSVIEW_GET_INTERRUPT_ID (Results 1 – 2 of 2) sorted by relevance
160 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32 *)(0xE000ED04)) & 0x1FF) // Get the currently… macro163 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() (__get_IPSR()) // Workaround for IAR,… macro165 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32 *)(0xE000ED04)) & 0x3F) // Get the currently a… macro168 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() SEGGER_SYSVIEW_X_GetInterruptId() // Get the currently… macro
130 #ifndef SEGGER_SYSVIEW_GET_INTERRUPT_ID