FreeRTOS + 0/1 examples
CodeScope will show references to xTaskGetTickCount() from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

xTaskGetTickCount() function

Return value

The count of ticks since vTaskStartScheduler was called.

Examples

xTaskGetTickCount() is referenced by 1 libraries and example projects.

References

LocationReferrerText
tasks.c:2304
TickType_t xTaskGetTickCount( void )
task.h:1356
TickType_t xTaskGetTickCount( void ) PRIVILEGED_FUNCTION;
cmsis_os.c:190osKernelSysTick()
return xTaskGetTickCount();
mpu_wrappers.c:304MPU_xTaskGetTickCount()
xReturn = xTaskGetTickCount();
timers.c:675prvSampleTimeNow()
xTimeNow = xTaskGetTickCount();

Call Tree

Functions calling xTaskGetTickCount()
xTaskGetTickCount()
Data read by xTaskGetTickCount()
Data written by xTaskGetTickCount()
xTaskGetTickCount()::xTicks
all items filtered out
xTaskGetTickCount()
xTaskGetTickCount()::xTicks
all items filtered out
Type of xTaskGetTickCount()
xTaskGetTickCount()
all items filtered out