threadx
+
0
/3 examples
SourceVu will show references to
TX_MAX_PRIORITIES
from the following samples and libraries:
Libraries
netxduo
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_CMSIS_Wrapper
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
threadx
TX_MAX_PRIORITIES
TX_MAX_PRIORITIES macro
Syntax
Show:
Summary
Declaration
from
tx_port.h:123
#define
TX_MAX_PRIORITIES
32
Examples
TX_MAX_PRIORITIES
is referenced by 3 libraries and example projects:
Libraries
netxduo
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_CMSIS_Wrapper
References
from
0/3
examples
Code
Location
#define
TX_MAX_PRIORITIES
32
tx_port.h:123
#define
TX_MAX_PRIORITIES
32
tx_port.h:92
return
TX_MAX_PRIORITIES
-
1u
-
prio
;
tx_freertos.c:149
return
TX_MAX_PRIORITIES
-
1u
-
prio
;
tx_freertos.c:155
txfr_idle_stack
,
sizeof
(
txfr_idle_stack
)
,
TX_MAX_PRIORITIES
-
1u
,
TX_MAX_PRIORITIES
-
1u
,
0u
,
TX_AUTO_START
)
;
tx_freertos.c:203
mutex_ptr
->
tx_mutex_highest_priority_waiting
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_mutex_get.c:134
#if
TX_MAX_PRIORITIES
>
32
tx_mutex_priority_change.c:100
#if
TX_MAX_PRIORITIES
>
32
tx_mutex_priority_change.c:312
inheritance_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_mutex_put.c:259
mutex_ptr
->
tx_mutex_highest_priority_waiting
=
(
UINT
)
TX_MAX_PRIORITIES
;
tx_mutex_put.c:383
mutex_ptr
->
tx_mutex_highest_priority_waiting
=
(
UINT
)
TX_MAX_PRIORITIES
;
tx_mutex_put.c:432
#ifndef
TX_MAX_PRIORITIES
tx_port.h:122
#if
TX_MAX_PRIORITIES
>
32
tx_thread.h:71
#if
TX_MAX_PRIORITIES
>
32
tx_thread.h:87
THREAD_DECLARE
ULONG
_tx_thread_priority_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread.h:348
#if
TX_MAX_PRIORITIES
>
32
tx_thread.h:355
THREAD_DECLARE
ULONG
_tx_thread_preempted_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread.h:368
#if
TX_MAX_PRIORITIES
>
32
tx_thread.h:375
THREAD_DECLARE
TX_THREAD
*
_tx_thread_priority_list
[
TX_MAX_PRIORITIES
]
;
tx_thread.h:392
thread_ptr
->
tx_thread_inherit_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_thread_create.c:166
ULONG
_tx_thread_priority_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread_initialize.c:82
#if
TX_MAX_PRIORITIES
>
32
tx_thread_initialize.c:89
ULONG
_tx_thread_preempted_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread_initialize.c:102
#if
TX_MAX_PRIORITIES
>
32
tx_thread_initialize.c:109
TX_THREAD
*
_tx_thread_priority_list
[
TX_MAX_PRIORITIES
]
;
tx_thread_initialize.c:126
_tx_thread_highest_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_thread_initialize.c:346
|
(
(
(
ULONG
)
(
TX_MAX_PRIORITIES
/
32
)
)
<
<
24
)
tx_thread_initialize.c:393
#if
TX_MAX_PRIORITIES
>
32
tx_thread_preemption_change.c:84
#if
TX_MAX_PRIORITIES
>
32
tx_thread_preemption_change.c:142
#if
TX_MAX_PRIORITIES
>
32
tx_thread_preemption_change.c:153
#if
TX_MAX_PRIORITIES
>
32
tx_thread_preemption_change.c:208
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_resume.c:100
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_resume.c:206
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_resume.c:255
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:98
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:227
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:241
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:263
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:273
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:295
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:309
_tx_thread_highest_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
tx_thread_system_suspend.c:339
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:410
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:437
#if
TX_MAX_PRIORITIES
>
32
tx_thread_system_suspend.c:474
else
if
(
priority
>=
(
(
UINT
)
TX_MAX_PRIORITIES
)
)
txe_thread_create.c:246
else
if
(
new_priority
>=
(
(
UINT
)
TX_MAX_PRIORITIES
)
)
txe_thread_priority_change.c:109
if
(
priority
>=
TX_MAX_PRIORITIES
)
txm_module_manager_thread_create.c:218
thread_ptr
->
tx_thread_inherit_priority
=
(
(
UINT
)
TX_MAX_PRIORITIES
)
;
txm_module_manager_thread_create.c:354
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out