cmsis_rtos_threadx
KERNEL_VERSION
is only used within cmsis_rtos_threadx.
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
cmsis_rtos_threadx
KERNEL_VERSION
KERNEL_VERSION macro
Syntax
Show:
Summary
Declaration
from
cmsis_os2.c:83
#define
KERNEL_VERSION
(
(
(
uint32_t
)
THREADX_MAJOR_VERSION
*
10000000UL
)
+
\
(
(
uint32_t
)
THREADX_MINOR_VERSION
*
10000UL
)
+
\
(
(
uint32_t
)
THREADX_PATCH_VERSION
*
1UL
)
)
Examples
References
from
examples
Code
Location
#define
KERNEL_VERSION
(
(
(
uint32_t
)
THREADX_MAJOR_VERSION
*
10000000UL
)
+
\
cmsis_os2.c:83
version
->
api
=
KERNEL_VERSION
;
cmsis_os2.c:378
version
->
kernel
=
KERNEL_VERSION
;
cmsis_os2.c:379
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