ESP-IDF
npl_funcs_t::p_ble_npl_eventq_remove
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_eventq_remove
npl_funcs_t::p_ble_npl_eventq_remove field
Syntax
Show:
Summary
Declaration
from
nimble_npl_os.h:98
void
(
*
p_ble_npl_eventq_remove
)
(
struct
ble_npl_eventq
*
,
struct
ble_npl_event
*
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
p_ble_npl_eventq_remove
)
(
struct
ble_npl_eventq
*
,
struct
ble_npl_event
*
)
;
nimble_npl_os.h:98
return
npl_funcs
->
p_ble_npl_eventq_remove
(
evq
,
ev
)
;
nimble_npl_os.h:179
ble_npl_eventq_remove()
const
struct
npl_funcs_t
npl_funcs_ro
=
{
npl_os_freertos.c:1076
npl_funcs_ro
npl_freertos_eventq_remove()
.
p_ble_npl_eventq_remove
=
npl_freertos_eventq_remove
,
npl_os_freertos.c:1083
Call Tree
from
examples
npl_funcs_t::p_ble_npl_eventq_remove
is called by 1 function:
ble_npl_eventq_remove()
All items filtered out
npl_funcs_t::p_ble_npl_eventq_remove
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_remove
implements 1 functions:
npl_freertos_eventq_remove()
All items filtered out
npl_funcs_t::p_ble_npl_eventq_remove
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out