Home
last modified time | relevance | path

Searched refs:vTraceStoreISREnd (Results 1 – 7 of 7) sorted by relevance

/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h349 void vTraceStoreISREnd(int isTaskSwitchRequired);
931 #undef vTraceStoreISREnd
932 #define vTraceStoreISREnd(x) (void)(x) macro
1887 #define vTraceStoreISREnd(x) (void)(x) macro
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DKconfig.projbuild135 vTraceStoreISRBegin/vTraceStoreISREnd will be ignored.
393 vTraceStoreISREnd normally assumes that the ISR returns to the previous
924 vTraceStoreISREnd normally assumes that the ISR returns to the previous
/TraceRecorderSource-2.7.6/kernelports/Micrium/include/
DtrcKernelPort.h1259 vTraceStoreISREnd(flag);
2146 vTraceStoreISREnd(flag);
/TraceRecorderSource-2.7.6/
DtrcStreamingRecorder.c735 void vTraceStoreISREnd(int isTaskSwitchRequired) in vTraceStoreISREnd() function
DtrcSnapshotRecorder.c745 void vTraceStoreISREnd(int pendingISR) in vTraceStoreISREnd() function
/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DKconfig284 vTraceStoreISREnd normally assumes that the ISR returns to the previous
815 vTraceStoreISREnd normally assumes that the ISR returns to the previous
DtrcKernelPort.c2136 vTraceStoreISREnd(0); in sys_trace_isr_exit()