Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcISR.c45 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_ISR); in xTraceISRInitialize()
57 if (!xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)) in xTraceISRRegister()
118 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRBegin()
169 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISREnd()
223 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRGetCurrentNesting()
237 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRGetCurrentNestingReturned()
245 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRGetCurrent()
/TraceRecorderSource-3.4.0/include/
DtrcDefines.h98 #define TRC_RECORDER_COMPONENT_ISR 0x00001000 macro