Searched refs:SEGGER_SYSVIEW_GET_INTERRUPT_ID (Results 1 – 3 of 3) sorted by relevance
179 #ifndef SEGGER_SYSVIEW_GET_INTERRUPT_ID181 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32*)(0xE000ED04)) & 0x1FF) // Get the c… macro185 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() (__get_IPSR()) // Workaround fo…187 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32*)(0xE000ED04)) & 0x3F) // Older version…190 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32*)(0xE000ED04)) & 0x3F) // Get the cur…193 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() SEGGER_SYSVIEW_X_GetInterruptId() // Get the c…
2035 v = SEGGER_SYSVIEW_GET_INTERRUPT_ID(); in SEGGER_SYSVIEW_RecordEnterISR()
13 #define SEGGER_SYSVIEW_GET_INTERRUPT_ID sysview_get_interrupt macro