FreeRTOS
+
0
/1 examples
SourceVu will show references to
xTaskGetTickCountFromISR()
from the following samples and libraries:
Utilities
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
xTaskGetTickCountFromISR()
xTaskGetTickCountFromISR() function
This is a version of xTaskGetTickCount() that is safe to be called from an ISR - provided that TickType_t is the natural word size of the microcontroller being used or interrupt nesting is either not supported or not being used.
Syntax
Show:
Summary
Declaration
Definition
from
task.h:1372
TickType_t
xTaskGetTickCountFromISR
(
void
)
PRIVILEGED_FUNCTION
;
Implemented in
tasks.c:2319
Return value
The count of ticks since vTaskStartScheduler was called.
Examples
xTaskGetTickCountFromISR()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out