ESP-IDF
ble_npl_time_ticks_to_ms32()
is only used within ESP-IDF.
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
ble_npl_time_ticks_to_ms32()
ble_npl_time_ticks_to_ms32() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:153
uint32_t
ble_npl_time_ticks_to_ms32
(
ble_npl_time_t
ticks
)
;
Implemented in
nimble_npl_os.h:346
Arguments
Argument
ticks
Examples
References
from
examples
Code
Location
Referrer
ble_npl_time_ticks_to_ms32
(
ble_npl_time_t
ticks
)
nimble_npl_os.h:347
uint32_t
ble_npl_time_ticks_to_ms32
(
ble_npl_time_t
ticks
)
;
nimble_npl.h:153
return
ble_npl_time_ticks_to_ms32
(
ticks
)
;
glue.c:538
k_ticks_to_ms_floor32()
return
ble_npl_time_ticks_to_ms32
(
ble_npl_time_get
(
)
)
;
glue.c:544
k_uptime_get()
Call Tree
from
examples
ble_npl_time_ticks_to_ms32()
is called by 2 functions and calls 1 function:
k_ticks_to_ms_floor32()
k_uptime_get()
All items filtered out
ble_npl_time_ticks_to_ms32()
npl_funcs_t::p_ble_npl_time_ticks_to_ms32
All items filtered out
Data Use
from
examples
ble_npl_time_ticks_to_ms32()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_time_ticks_to_ms32()
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