Searched refs:xTraceSetISRProperties (Results 1 – 4 of 4) sorted by relevance
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 305 traceHandle xTraceSetISRProperties(const char* name, uint8_t priority); 934 #undef xTraceSetISRProperties 935 #define xTraceSetISRProperties(name, priority) ((void)(name), (void)(priority), (traceHandle)0) /* … macro 1888 #define xTraceSetISRProperties(a, b) ((void)(a), (void)(b), (traceHandle)0) /* Comma operator in pa… macro
|
/TraceRecorderSource-2.7.6/ |
D | trcStreamingRecorder.c | 648 traceHandle xTraceSetISRProperties(const char* name, uint8_t priority) in xTraceSetISRProperties() function
|
D | trcSnapshotRecorder.c | 633 traceHandle xTraceSetISRProperties(const char* name, uint8_t priority) in xTraceSetISRProperties() function
|
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | trcKernelPort.c | 2326 HandleISR = xTraceSetISRProperties("Zephyr ISR", -32); in tracelyzer_pre_kernel_init()
|