threadx
TX_MOD32_BIT_SET
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_MOD32_BIT_SET
TX_MOD32_BIT_SET macro
Syntax
Show:
Summary
Declaration
from
tx_thread.h:74
#define
TX_MOD32_BIT_SET
(
a
,
b
)
(
b
)
=
(
(
(
ULONG
)
1
)
<
<
(
(
a
)
%
(
(
UINT
)
32
)
)
)
;
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
TX_MOD32_BIT_SET
(
a
,
b
)
(
b
)
=
(
(
(
ULONG
)
1
)
<
<
(
(
a
)
%
(
(
UINT
)
32
)
)
)
;
tx_thread.h:74
#define
TX_MOD32_BIT_SET
(
a
,
b
)
(
b
)
=
(
(
(
ULONG
)
1
)
<
<
(
(
a
)
)
)
;
tx_thread.h:79
TX_MOD32_BIT_SET
(
thread_ptr
->
tx_thread_priority
,
priority_bit
)
tx_mutex_priority_change.c:323
TX_MOD32_BIT_SET
(
thread_ptr
->
tx_thread_priority
,
priority_bit
)
tx_thread_preemption_change.c:150
TX_MOD32_BIT_SET
(
thread_ptr
->
tx_thread_priority
,
priority_bit
)
tx_thread_preemption_change.c:219
TX_MOD32_BIT_SET
(
priority
,
priority_bit
)
tx_thread_system_resume.c:217
TX_MOD32_BIT_SET
(
execute_ptr
->
tx_thread_priority
,
priority_bit
)
tx_thread_system_resume.c:266
TX_MOD32_BIT_SET
(
priority
,
priority_bit
)
tx_thread_system_suspend.c:238
TX_MOD32_BIT_SET
(
priority
,
priority_bit
)
tx_thread_system_suspend.c:270
TX_MOD32_BIT_SET
(
priority
,
priority_bit
)
tx_thread_system_suspend.c:292
TX_MOD32_BIT_SET
(
priority
,
priority_bit
)
tx_thread_system_suspend.c:471
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