Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcISR.h211 #define vTraceStoreISRBegin(xISRHandle) xTraceISRBegin(xISRHandle) macro
DtrcRecorder.h437 #define vTraceStoreISRBegin(__handle) (void)xTraceISRBegin((TraceISRHandle_t)(__handle)) macro
1060 #undef vTraceStoreISRBegin
1061 #define vTraceStoreISRBegin(x) (void)(x) macro
1890 #define vTraceStoreISRBegin(x) (void)(x) macro
/TraceRecorderSource-3.4.0/config/
DKconfig161 vTraceStoreISRBegin/vTraceStoreISREnd will be ignored.