ESP-IDF
npl_funcs_t::p_ble_npl_eventq_get
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_eventq_get
npl_funcs_t::p_ble_npl_eventq_get field
Syntax
Show:
Summary
Declaration
from
nimble_npl_os.h:96
struct
ble_npl_event
*
(
*
p_ble_npl_eventq_get
)
(
struct
ble_npl_eventq
*
,
ble_npl_time_t
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_npl_event
*
(
*
p_ble_npl_eventq_get
)
(
struct
ble_npl_eventq
*
,
ble_npl_time_t
)
;
nimble_npl_os.h:96
return
npl_funcs
->
p_ble_npl_eventq_get
(
evq
,
tmo
)
;
nimble_npl_os.h:167
ble_npl_eventq_get()
const
struct
npl_funcs_t
npl_funcs_ro
=
{
npl_os_freertos.c:1076
npl_funcs_ro
npl_freertos_eventq_get()
.
p_ble_npl_eventq_get
=
npl_freertos_eventq_get
,
npl_os_freertos.c:1081
Call Tree
from
examples
npl_funcs_t::p_ble_npl_eventq_get
is called by 1 function:
ble_npl_eventq_get()
All items filtered out
npl_funcs_t::p_ble_npl_eventq_get
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_eventq_get
implements 1 functions:
npl_freertos_eventq_get()
All items filtered out
npl_funcs_t::p_ble_npl_eventq_get
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out