Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dportmacro.h143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dportmacro.h144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h355 …#define portALT_GET_RUN_TIME_COUNTER_VALUE( x ) do { x = ( uint32_t ) esp_timer_get_time(); } w… macro
/Kernel-v11.1.0/
Dtasks.c4431 #ifdef portALT_GET_RUN_TIME_COUNTER_VALUE in uxTaskGetSystemState()
4432 portALT_GET_RUN_TIME_COUNTER_VALUE( ( *pulTotalRunTime ) ); in uxTaskGetSystemState()
5073 #ifdef portALT_GET_RUN_TIME_COUNTER_VALUE in vTaskSwitchContext()
5074 portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime[ 0 ] ); in vTaskSwitchContext()
5174 #ifdef portALT_GET_RUN_TIME_COUNTER_VALUE in vTaskSwitchContext()
5175 portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime[ xCoreID ] ); in vTaskSwitchContext()
DHistory.txt2027 + Introduced the portALT_GET_RUN_TIME_COUNTER_VALUE() macro to compliment
/Kernel-v11.1.0/include/
DFreeRTOS.h2671 #ifndef portALT_GET_RUN_TIME_COUNTER_VALUE
2672 …S is defined then either portGET_RUN_TIME_COUNTER_VALUE or portALT_GET_RUN_TIME_COUNTER_VALUE must…