Searched refs:priority (Results 1 – 6 of 6) sorted by relevance
/TraceRecorderSource-2.7.6/extras/SDK/ |
D | readme.txt | 58 This function will register a task switch and the task's priority. 62 uiPriority - The task priority.
|
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 305 traceHandle xTraceSetISRProperties(const char* name, uint8_t priority); 926 #define vTraceSetISRProperties(handle, name, priority) (void)(handle), (void)(name), (void)(priorit… argument 935 #define xTraceSetISRProperties(name, priority) ((void)(name), (void)(priority), (traceHandle)0) /* … argument
|
/TraceRecorderSource-2.7.6/ |
D | trcStreamingRecorder.c | 648 traceHandle xTraceSetISRProperties(const char* name, uint8_t priority) in xTraceSetISRProperties() argument 657 prvTraceSaveObjectData((void*)isrHandle, priority); in xTraceSetISRProperties() 661 prvTraceStoreStringEvent(2, eventID, name, isrHandle, priority); in xTraceSetISRProperties()
|
D | trcSnapshotRecorder.c | 633 traceHandle xTraceSetISRProperties(const char* name, uint8_t priority) in xTraceSetISRProperties() argument 643 prvTraceSetPriorityProperty(TRACE_CLASS_ISR, handle, priority); in xTraceSetISRProperties()
|
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | Kconfig | 121 can be executed on low priority. This way, you can avoid that the stack 135 make sure the TzCtrl priority is high enough to ensure reliable periodic
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/ |
D | Kconfig.projbuild | 228 can be executed on low priority. This way, you can avoid that the stack 240 make sure the TzCtrl priority is high enough to ensure reliable periodic
|