ESP-IDF
ble_npl_callout_get_ticks()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_npl_callout_get_ticks()
ble_npl_callout_get_ticks() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:134
ble_npl_time_t
ble_npl_callout_get_ticks
(
struct
ble_npl_callout
*
co
)
;
Implemented in
nimble_npl_os.h:303
Arguments
Argument
co
Related Functions
Found 19 other functions taking a
ble_npl_callout
argument:
Function
ble_npl_callout_reset()
ble_npl_callout_init()
ble_npl_callout_stop()
ble_npl_callout_deinit()
ble_npl_callout_is_active()
k_work_init()
k_work_submit()
k_work_add_arg()
ble_npl_callout_remaining_ticks()
ble_npl_callout_set_arg()
npl_freertos_callout_init()
npl_freertos_callout_deinit()
npl_freertos_callout_stop()
npl_freertos_callout_is_active()
npl_freertos_callout_get_ticks()
npl_freertos_callout_reset()
npl_freertos_callout_remaining_ticks()
npl_freertos_callout_mem_reset()
npl_freertos_callout_set_arg()
Examples
References
from
examples
Code
Location
Referrer
ble_npl_callout_get_ticks
(
struct
ble_npl_callout
*
co
)
nimble_npl_os.h:304
ble_npl_time_t
ble_npl_callout_get_ticks
(
struct
ble_npl_callout
*
co
)
;
nimble_npl.h:134
ble_npl_callout_get_ticks
(
&
ble_hs_timer
)
)
)
<
0
)
{
ble_hs.c:495
ble_hs_timer_sched()
else
if
(
ble_npl_callout_get_ticks
(
&
ble_hs_timer
)
<=
ble_npl_time_get
(
)
)
{
ble_hs.c:498
ble_hs_timer_sched()
BLE_HS_LOG
(
DEBUG
,
"exp_time:%d.now:%d.ticks:%d.active:%d.Need reset."
,
ble_npl_callout_get_ticks
(
&
ble_hs_timer
)
,
ble_npl_time_get
(
)
,
ticks_from_now
,
ble_npl_callout_is_active
(
&
ble_hs_timer
)
)
;
ble_hs.c:500
ble_hs_timer_sched()
Call Tree
from
examples
ble_npl_callout_get_ticks()
is called by 1 function and calls 1 function:
ble_hs_timer_sched()
All items filtered out
ble_npl_callout_get_ticks()
npl_funcs_t::p_ble_npl_callout_get_ticks
All items filtered out
Data Use
from
examples
ble_npl_callout_get_ticks()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_callout_get_ticks()
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