Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/include/
H A DFreeRTOS.h661 #ifndef configGENERATE_RUN_TIME_STATS
662 #define configGENERATE_RUN_TIME_STATS 0 macro
665 #if ( configGENERATE_RUN_TIME_STATS == 1 )
668 …#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS mus…
673 …#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or p…
938 #if ( configGENERATE_RUN_TIME_STATS == 1 )
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/freertos/
H A DFreeRTOS.h731 #ifndef configGENERATE_RUN_TIME_STATS
732 #define configGENERATE_RUN_TIME_STATS 0 macro
735 #if ( configGENERATE_RUN_TIME_STATS == 1 )
738 …#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS mus…
743 …#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or p…
1172 #if ( configGENERATE_RUN_TIME_STATS == 1 )
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/freertos/
H A DFreeRTOS.h731 #ifndef configGENERATE_RUN_TIME_STATS
732 #define configGENERATE_RUN_TIME_STATS 0 macro
735 #if ( configGENERATE_RUN_TIME_STATS == 1 )
738 …#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS mus…
743 …#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or p…
1172 #if ( configGENERATE_RUN_TIME_STATS == 1 )
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/freertos/
H A DFreeRTOS.h731 #ifndef configGENERATE_RUN_TIME_STATS
732 #define configGENERATE_RUN_TIME_STATS 0 macro
735 #if ( configGENERATE_RUN_TIME_STATS == 1 )
738 …#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS mus…
743 …#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or p…
1172 #if ( configGENERATE_RUN_TIME_STATS == 1 )
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/freertos/
H A DFreeRTOS.h729 #ifndef configGENERATE_RUN_TIME_STATS
730 #define configGENERATE_RUN_TIME_STATS 0 macro
733 #if ( configGENERATE_RUN_TIME_STATS == 1 )
736 …#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS mus…
741 …#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or p…
1170 #if ( configGENERATE_RUN_TIME_STATS == 1 )
/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/
H A Dtasks.c333 #if( configGENERATE_RUN_TIME_STATS == 1 )
417 #if ( configGENERATE_RUN_TIME_STATS == 1 )
890 #if ( configGENERATE_RUN_TIME_STATS == 1 ) in prvInitialiseNewTask()
2360 #if ( configGENERATE_RUN_TIME_STATS == 1) in uxTaskGetSystemState()
2774 #if ( configGENERATE_RUN_TIME_STATS == 1 ) in vTaskSwitchContext()
3453 #if ( configGENERATE_RUN_TIME_STATS == 1 ) in vTaskGetInfo()
4035 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )