FreeRTOS
+
0
/4 examples
SourceVu will show references to
osKernelRunning()
from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
FatFs
FatFs_uSD_RTOS
STM324x9I_EVAL
Applications
FatFs
FatFs_uSD_RTOS
STM324xG_EVAL
Applications
FatFs
FatFs_uSD_RTOS
STM32F413H-Discovery
Applications
FatFs
FatFs_uSD_RTOS
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
osKernelRunning()
osKernelRunning() function
Check if the RTOS kernel is already started
Syntax
Show:
Summary
Declaration
Definition
from
cmsis_os.h:379
int32_t
osKernelRunning
(
void
)
;
Implemented in
cmsis_os.c:165
Return value
(0) RTOS is not started (1) RTOS is started (-1) if this feature is disabled in FreeRTOSConfig.h
Notes
MUST REMAIN UNCHANGED: \b osKernelRunning shall be consistent in every CMSIS-RTOS.
Examples
osKernelRunning()
is referenced by 4 libraries and example projects:
Examples
STM32469I_EVAL
Applications
FatFs
FatFs_uSD_RTOS
STM324x9I_EVAL
Applications
FatFs
FatFs_uSD_RTOS
STM324xG_EVAL
Applications
FatFs
FatFs_uSD_RTOS
STM32F413H-Discovery
Applications
FatFs
FatFs_uSD_RTOS
References
from
0/4
examples
Code
Location
int32_t
osKernelRunning
(
void
)
cmsis_os.c:165
int32_t
osKernelRunning
(
void
)
;
cmsis_os.h:379
Call Tree
from
0/4
examples
osKernelRunning()
calls 1 function:
All items filtered out
osKernelRunning()
xTaskGetSchedulerState()
All items filtered out
Data Use
from
0/4
examples
All items filtered out
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out