Home
last modified time | relevance | path

Searched refs:portCONFIGURE_TIMER_FOR_RUN_TIME_STATS (Results 1 – 6 of 6) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDportmacro.h142 …#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() do {} while( 0 ) /* we use the timer… macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDportmacro.h143 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() do {} while( 0 ) /* we use the ti… macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
HDportmacro.h130 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() /* no-op */ macro
/Kernel-v10.6.2/include/
HDFreeRTOS.h836 #ifndef portCONFIGURE_TIMER_FOR_RUN_TIME_STATS
837 …IME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS must also be defined. portCONFIG…
848 #ifndef portCONFIGURE_TIMER_FOR_RUN_TIME_STATS
849 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
HDportmacro.h347 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() macro
/Kernel-v10.6.2/
HDtasks.c2060 portCONFIGURE_TIMER_FOR_RUN_TIME_STATS(); in vTaskStartScheduler()