ESP-IDF
npl_funcs_t::p_ble_npl_callout_init
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
npl_funcs_t::p_ble_npl_callout_init
npl_funcs_t::p_ble_npl_callout_init field
Syntax
Show:
Summary
Declaration
from
nimble_npl_os.h:116
int
(
*
p_ble_npl_callout_init
)
(
struct
ble_npl_callout
*
,
struct
ble_npl_eventq
*
,
ble_npl_event_fn
*
,
void
*
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int
(
*
p_ble_npl_callout_init
)
(
struct
ble_npl_callout
*
,
struct
ble_npl_eventq
*
,
ble_npl_event_fn
*
,
void
*
)
;
nimble_npl_os.h:116
return
npl_funcs
->
p_ble_npl_callout_init
(
co
,
evq
,
ev_cb
,
ev_arg
)
;
nimble_npl_os.h:277
ble_npl_callout_init()
const
struct
npl_funcs_t
npl_funcs_ro
=
{
npl_os_freertos.c:1076
npl_funcs_ro
npl_freertos_callout_init()
.
p_ble_npl_callout_init
=
npl_freertos_callout_init
,
npl_os_freertos.c:1101
Call Tree
from
examples
npl_funcs_t::p_ble_npl_callout_init
is called by 1 function:
ble_npl_callout_init()
All items filtered out
npl_funcs_t::p_ble_npl_callout_init
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
npl_funcs_t::p_ble_npl_callout_init
implements 1 functions:
npl_freertos_callout_init()
All items filtered out
npl_funcs_t::p_ble_npl_callout_init
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out