Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/
DtrcISR.c41 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_ISR); in xTraceISRInitialize()
53 if (xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR) == 0U) in xTraceISRRegister()
100 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRBegin()
145 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISREnd()
182 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRGetCurrentNesting()
196 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRGetCurrentNestingReturned()
204 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ISR)); in xTraceISRGetCurrent()
/percepio-3.7.0/TraceRecorder/include/
DtrcDefines.h103 #define TRC_RECORDER_COMPONENT_ISR 0x00001000UL macro