Searched refs:xTaskGetTickCount (Results 1 – 9 of 9) sorted by relevance
510 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …798 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …
58 #define xTaskGetTickCount MPU_xTaskGetTickCount macro
1448 TickType_t xTaskGetTickCount( void ) PRIVILEGED_FUNCTION;
229 xPassedTicks = xTaskGetTickCount() - xLastTickCount; in prvCheckDelayedList()
720 xTimeNow = xTaskGetTickCount(); in prvSampleTimeNow()
2300 TickType_t xTaskGetTickCount( void ) in xTaskGetTickCount() function
2924 + ulTaskGetTickCount() has been renamed xTaskGetTickCount() as the type
445 xReturn = xTaskGetTickCount(); in MPU_xTaskGetTickCount()453 xReturn = xTaskGetTickCount(); in MPU_xTaskGetTickCount()
748 xReturn = xTaskGetTickCount(); in MPU_xTaskGetTickCountImpl()