Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/sys_view/Config/
DSEGGER_SYSVIEW_Conf.h160 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32 *)(0xE000ED04)) & 0x1FF) // Get the currently… macro
163 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() (__get_IPSR()) // Workaround for IAR,… macro
165 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() ((*(U32 *)(0xE000ED04)) & 0x3F) // Get the currently a… macro
168 …#define SEGGER_SYSVIEW_GET_INTERRUPT_ID() SEGGER_SYSVIEW_X_GetInterruptId() // Get the currently… macro
/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW_ConfDefaults.h130 #ifndef SEGGER_SYSVIEW_GET_INTERRUPT_ID