Home
last modified time | relevance | path

Searched refs:SEGGER_SYSVIEW_GET_INTERRUPT_ID (Results 1 – 3 of 3) sorted by relevance

/segger-latest/SEGGER/
DSEGGER_SYSVIEW_ConfDefaults.h179 #ifndef SEGGER_SYSVIEW_GET_INTERRUPT_ID
181 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32*)(0xE000ED04)) & 0x1FF) // Get the c… macro
185 …#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…
DSEGGER_SYSVIEW.c2035 v = SEGGER_SYSVIEW_GET_INTERRUPT_ID(); in SEGGER_SYSVIEW_RecordEnterISR()
/segger-latest/Config/
DSEGGER_SYSVIEW_Conf.h13 #define SEGGER_SYSVIEW_GET_INTERRUPT_ID sysview_get_interrupt macro