threadx
TX_LOWEST_SET_BIT_CALCULATE
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_LOWEST_SET_BIT_CALCULATE
TX_LOWEST_SET_BIT_CALCULATE macro
Syntax
Show:
Summary
Declaration
from
tx_port.h:521
#define
TX_LOWEST_SET_BIT_CALCULATE
(
m
,
b
)
__asm__
volatile
(
" RBIT %0,%1 "
:
"=r"
(
m
)
:
"r"
(
m
)
)
;
\
__asm__
volatile
(
" CLZ %0,%1 "
:
"=r"
(
b
)
:
"r"
(
m
)
)
;
Arguments
Argument
m
b
Examples
References
from
examples
Code
Location
#define
TX_LOWEST_SET_BIT_CALCULATE
(
m
,
b
)
__asm__
volatile
(
" RBIT %0,%1 "
:
"=r"
(
m
)
:
"r"
(
m
)
)
;
\
tx_port.h:521
#define
TX_LOWEST_SET_BIT_CALCULATE
(
m
,
b
)
__asm__
volatile
(
" RBIT %0,%1 "
:
"=r"
(
m
)
:
"r"
(
m
)
)
;
\
tx_port.h:418
#ifndef
TX_LOWEST_SET_BIT_CALCULATE
tx_thread.h:155
TX_LOWEST_SET_BIT_CALCULATE
(
priority_map
,
map_index
)
tx_thread_system_suspend.c:319
TX_LOWEST_SET_BIT_CALCULATE
(
priority_map
,
priority_bit
)
tx_thread_system_suspend.c:393
TX_LOWEST_SET_BIT_CALCULATE
(
priority_map
,
priority_bit
)
tx_thread_system_suspend.c:457
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