Searched refs:portCONFIGURE_TIMER_FOR_RUN_TIME_STATS (Results 1 – 7 of 7) sorted by relevance
142 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() do {} while( 0 ) /* we use the ti… macro
143 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() do {} while( 0 ) /* we use the ti… macro
144 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() /* no-op */ macro
175 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() /* nothing needed here */ macro
351 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() macro
2666 #ifndef portCONFIGURE_TIMER_FOR_RUN_TIME_STATS2667 …IME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS must also be defined. portCONFIG…2678 #ifndef portCONFIGURE_TIMER_FOR_RUN_TIME_STATS2679 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() macro
3730 portCONFIGURE_TIMER_FOR_RUN_TIME_STATS(); in vTaskStartScheduler()