Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/include/
DtrcISR.h145 int32_t xTraceISRGetCurrentNestingReturned(void);
177 #define xTraceISRGetCurrentNestingReturned() (pxTraceISRData->cores[TRC_CFG_GET_CURRENT_CORE()].sta… macro
190xTraceISRGetCurrentNestingReturned() >= 0 ? (*(pxISRHandle) = pxTraceISRData->cores[TRC_CFG_GET_CU…
DtrcStaticBuffer.h88 …e->coreDummyEvents[TRC_CFG_GET_CURRENT_CORE()].dummyEvents[xTraceISRGetCurrentNestingReturned() + …
/percepio-3.5.0/TraceRecorder/
DtrcISR.c207 int32_t xTraceISRGetCurrentNestingReturned(void) in xTraceISRGetCurrentNestingReturned() function