Searched refs:xTaskGetTickCount (Results 1 – 9 of 9) sorted by relevance
508 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …796 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …
58 #define xTaskGetTickCount MPU_xTaskGetTickCount macro
1700 TickType_t xTaskGetTickCount( void ) PRIVILEGED_FUNCTION;
242 xPassedTicks = xTaskGetTickCount() - xLastTickCount; in prvCheckDelayedList()
876 xTimeNow = xTaskGetTickCount(); in prvSampleTimeNow()
4106 TickType_t xTaskGetTickCount( void ) in xTaskGetTickCount() function
3093 + ulTaskGetTickCount() has been renamed xTaskGetTickCount() as the type
445 xReturn = xTaskGetTickCount(); in MPU_xTaskGetTickCount()453 xReturn = xTaskGetTickCount(); in MPU_xTaskGetTickCount()
753 xReturn = xTaskGetTickCount(); in MPU_xTaskGetTickCountImpl()