ESP-IDF
k_work_delayable::work
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
k_work_delayable::work
k_work_delayable::work field
Syntax
Show:
Summary
Declaration
from
glue.h:444
struct
ble_npl_callout
work
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_npl_callout
work
;
glue.h:444
ble_npl_callout_init
(
&
w
->
work
,
nimble_port_get_dflt_eventq
(
)
,
f
,
NULL
)
;
glue.c:462
k_work_init_delayable()
return
ble_npl_callout_is_active
(
&
w
->
work
)
;
glue.c:471
k_work_delayable_is_pending()
ble_npl_callout_stop
(
&
w
->
work
)
;
glue.c:477
k_work_cancel_delayable()
ble_npl_callout_reset
(
&
w
->
work
,
ticks
)
;
glue.c:488
k_work_schedule()
ble_npl_callout_reset
(
&
w
->
work
,
ticks
)
;
glue.c:499
k_work_reschedule()
k_work_add_arg
(
&
w
->
work
,
arg
)
;
glue.c:517
k_work_add_arg_delayable()
t
=
ble_npl_callout_remaining_ticks
(
&
w
->
work
,
ble_npl_time_get
(
)
)
;
glue.c:528
k_work_delayable_remaining_get()
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