Searched refs:func (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/include/ |
D | trcKernelPort.h | 1260 #define tracePEND_FUNC_CALL(func, arg1, arg2, ret) \ argument 1270 #define tracePEND_FUNC_CALL_FROM_ISR(func, arg1, arg2, ret) \ argument 2450 #define tracePEND_FUNC_CALL(func, arg1, arg2, ret) \ argument 2451 …t == pdPASS) ? PSF_EVENT_TIMER_PENDFUNCCALL : PSF_EVENT_TIMER_PENDFUNCCALL_FAILED, (uint32_t)func); 2454 #define tracePEND_FUNC_CALL_FROM_ISR(func, arg1, arg2, ret) \ argument 2455 …SF_EVENT_TIMER_PENDFUNCCALL_FROMISR : PSF_EVENT_TIMER_PENDFUNCCALL_FROMISR_FAILED, (uint32_t)func);
|
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/include/ |
D | trcKernelPort.h | 1241 #define tracePEND_FUNC_CALL(func, arg1, arg2, ret) \ argument 1251 #define tracePEND_FUNC_CALL_FROM_ISR(func, arg1, arg2, ret) \ argument 2452 #define tracePEND_FUNC_CALL(func, arg1, arg2, ret) \ argument 2453 …t == pdPASS) ? PSF_EVENT_TIMER_PENDFUNCCALL : PSF_EVENT_TIMER_PENDFUNCCALL_FAILED, (uint32_t)func); 2456 #define tracePEND_FUNC_CALL_FROM_ISR(func, arg1, arg2, ret) \ argument 2457 …SF_EVENT_TIMER_PENDFUNCCALL_FROMISR : PSF_EVENT_TIMER_PENDFUNCCALL_FROMISR_FAILED, (uint32_t)func);
|