Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcISR.h155 int32_t xTraceISRGetCurrentNestingReturned(void);
187 #define xTraceISRGetCurrentNestingReturned() (pxTraceISRInfo->coreInfos[TRC_CFG_GET_CURRENT_CORE()]… macro
200xTraceISRGetCurrentNestingReturned() >= 0 ? (*(pxISRHandle) = pxTraceISRInfo->coreInfos[TRC_CFG_GE…
DtrcStaticBuffer.h98 …e->coreDummyEvents[TRC_CFG_GET_CURRENT_CORE()].dummyEvents[xTraceISRGetCurrentNestingReturned() + …
/TraceRecorderSource-3.4.0/
DtrcISR.c234 int32_t xTraceISRGetCurrentNestingReturned(void) in xTraceISRGetCurrentNestingReturned() function