ESP-IDF
ble_npl_callout_freertos::ev
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
ble_npl_callout_freertos::ev
ble_npl_callout_freertos::ev field
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:46
struct
ble_npl_event
ev
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_npl_event
ev
;
npl_freertos.h:46
ble_npl_event_reset
(
&
callout
->
ev
)
;
npl_os_freertos.c:257
npl_freertos_callout_mem_reset()
ble_npl_eventq_put
(
callout
->
evq
,
&
callout
->
ev
)
;
npl_os_freertos.c:653
ble_npl_event_fn_wrapper()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
callout
->
ev
.
event
;
npl_os_freertos.c:655
ble_npl_event_fn_wrapper()
event
->
fn
(
&
callout
->
ev
)
;
npl_os_freertos.c:656
ble_npl_event_fn_wrapper()
ble_npl_event_init
(
&
callout
->
ev
,
ev_cb
,
ev_arg
)
;
npl_os_freertos.c:709
npl_freertos_callout_init()
ble_npl_event_deinit
(
&
callout
->
ev
)
;
npl_os_freertos.c:721
npl_freertos_callout_init()
ble_npl_event_init
(
&
callout
->
ev
,
ev_cb
,
ev_arg
)
;
npl_os_freertos.c:743
npl_freertos_callout_init()
ble_npl_event_deinit
(
&
callout
->
ev
)
;
npl_os_freertos.c:804
npl_freertos_callout_deinit()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
callout
->
ev
.
event
;
npl_os_freertos.c:957
npl_freertos_callout_set_arg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_npl_callout_freertos::ev
is read by 2 functions:
All items filtered out
ble_npl_callout_freertos::ev
ble_npl_event_fn_wrapper()
npl_freertos_callout_set_arg()
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