Searched refs:ecode (Results 1 – 3 of 3) sorted by relevance
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 235 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size); 1889 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size) in vTraceStoreMemMangEvent() argument 1956 ma->type = (uint8_t) (ecode + 1); /* Note this! */ in vTraceStoreMemMangEvent() 1957 ms->type = (uint8_t) ecode; /* Set type of first event */ in vTraceStoreMemMangEvent() 1974 void prvTraceStoreKernelCall(uint32_t ecode, traceObjectClass objectClass, uint32_t objectNumber) in prvTraceStoreKernelCall() argument 1981 TRACE_ASSERT(ecode < 0xFF, "prvTraceStoreKernelCall: ecode >= 0xFF", TRC_UNUSED); in prvTraceStoreKernelCall() 2015 kse->type = (uint8_t)ecode; in prvTraceStoreKernelCall()
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/include/ |
D | trcKernelPort.h | 1195 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size);
|
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/include/ |
D | trcKernelPort.h | 1176 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size);
|