ESP-IDF
find_msb_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
find_msb_set()
find_msb_set() function
Syntax
Show:
Summary
Declaration
from
glue.h:499
static
inline
unsigned
int
find_msb_set
(
uint32_t
op
)
;
Arguments
Argument
op
Examples
References
from
examples
Code
Location
Referrer
static
inline
unsigned
int
find_msb_set
(
uint32_t
op
)
glue.h:499
(
find_msb_set
(
(
~
link
.
rx
.
seg
)
&
SEG_NVAL
)
-
1
>
link
.
rx
.
last_seg
)
)
{
pb_adv.c:485
gen_prov_start()
prov_set_method
(
AUTH_METHOD_INPUT
,
find_msb_set
(
action
)
-
1
,
size
)
;
provisioner.c:673
bt_mesh_auth_method_set_input()
prov_set_method
(
AUTH_METHOD_OUTPUT
,
find_msb_set
(
action
)
-
1
,
size
)
;
provisioner.c:683
bt_mesh_auth_method_set_output()
if
(
find_msb_set
(
ack
)
-
1
>
tx
->
seg_n
)
{
transport.c:867
trans_ack()
Call Tree
from
examples
find_msb_set()
is called by 4 functions:
trans_ack()
gen_prov_start()
bt_mesh_auth_method_set_input()
bt_mesh_auth_method_set_output()
All items filtered out
find_msb_set()
All items filtered out
Data Use
from
examples
find_msb_set()
:
All items filtered out
find_msb_set()
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