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/
Dportmacro.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/
Dportmacro.h143 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() do {} while( 0 ) /* we use the ti… macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
Dportmacro.h130 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() /* no-op */ macro
/Kernel-v10.6.2/include/
DFreeRTOS.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/
Dportmacro.h347 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() macro
/Kernel-v10.6.2/
Dtasks.c2060 portCONFIGURE_TIMER_FOR_RUN_TIME_STATS(); in vTaskStartScheduler()