FreeRTOS
+
0
/1 examples
SourceVu will show references to
xTaskGetTickCount()
from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
STemWin
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xTaskGetTickCount()
xTaskGetTickCount() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:1356
TickType_t
xTaskGetTickCount
(
void
)
PRIVILEGED_FUNCTION
;
Implemented in
tasks.c:2304
Return value
The count of ticks since vTaskStartScheduler was called.
Examples
xTaskGetTickCount()
is referenced by 1 libraries and example projects:
Examples
STM32F413H-Discovery
Demonstrations
STemWin
References
from
0/1
examples
Code
Location
Referrer
TickType_t
xTaskGetTickCount
(
void
)
tasks.c:2304
TickType_t
xTaskGetTickCount
(
void
)
PRIVILEGED_FUNCTION
;
task.h:1356
return
xTaskGetTickCount
(
)
;
cmsis_os.c:190
osKernelSysTick()
xReturn
=
xTaskGetTickCount
(
)
;
mpu_wrappers.c:304
MPU_xTaskGetTickCount()
xTimeNow
=
xTaskGetTickCount
(
)
;
timers.c:675
prvSampleTimeNow()
Call Tree
from
0/1
examples
xTaskGetTickCount()
is called by 3 functions:
prvSampleTimeNow()
osKernelSysTick()
MPU_xTaskGetTickCount()
All items filtered out
xTaskGetTickCount()
All items filtered out
Data Use
from
0/1
examples
xTaskGetTickCount()
reads 1 variable:
xTickCount
All items filtered out
xTaskGetTickCount()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out