ESP-IDF
+
0
/1 examples
SourceVu will show references to
get_le32()
from the following samples and libraries:
blecsc sample
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
ESP-IDF Framework and Examples
ESP-IDF
get_le32()
get_le32() function
Syntax
Show:
Summary
Declaration
Definition
from
endian.h:272
uint32_t
get_le32
(
const
void
*
buf
)
;
Implemented in
endian.c:98
Arguments
Argument
buf
Examples
get_le32()
is referenced by 1 libraries and example projects:
blecsc sample
References
from
0/1
examples
Code
Location
Referrer
get_le32
(
const
void
*
buf
)
endian.c:99
uint32_t
get_le32
(
const
void
*
buf
)
;
endian.h:272
conn
->
supported_feat
=
get_le32
(
ev
->
features
)
;
ble_gap.c:2787
ble_gap_rx_rd_rem_sup_feat_complete()
conn
->
supported_feat
=
get_le32
(
ev
->
features
)
;
ble_gap.c:2791
ble_gap_rx_rd_rem_sup_feat_complete()
uuid
->
u32
.
value
=
get_le32
(
buf
)
;
ble_uuid.c:103
ble_uuid_init_from_buf()
val
=
get_le32
(
om
->
om_data
)
;
glue.c:238
net_buf_simple_pull_le32()
Call Tree
from
0/1
examples
get_le32()
is called by 3 functions:
ble_gap_rx_rd_rem_sup_feat_complete()
ble_uuid_init_from_buf()
net_buf_simple_pull_le32()
All items filtered out
get_le32()
All items filtered out
Data Use
from
0/1
examples
get_le32()
:
All items filtered out
get_le32()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out