ESP-IDF
ble_npl_eventq::eventq
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_eventq::eventq
ble_npl_eventq::eventq field
Syntax
Show:
Summary
Declaration
from
nimble_npl_os.h:68
void
*
eventq
;
Examples
References
from
examples
Code
Location
Referrer
void
*
eventq
;
nimble_npl_os.h:68
if
(
ev
&&
ble_hs_evq
->
eventq
)
{
ble_hs.c:606
ble_hs_enqueue_hci_event()
if
(
!
os_memblock_from
(
&
ble_freertos_evq_pool
,
evq
->
eventq
)
)
{
npl_os_freertos.c:212
npl_freertos_eventq_init()
evq
->
eventq
=
os_memblock_get
(
&
ble_freertos_evq_pool
)
;
npl_os_freertos.c:213
npl_freertos_eventq_init()
eventq
=
(
struct
ble_npl_eventq_freertos
*
)
evq
->
eventq
;
npl_os_freertos.c:214
npl_freertos_eventq_init()
struct
ble_npl_eventq_freertos
*
eventq
=
(
struct
ble_npl_eventq_freertos
*
)
evq
->
eventq
;
npl_os_freertos.c:237
npl_freertos_eventq_deinit()
evq
->
eventq
=
NULL
;
npl_os_freertos.c:246
npl_freertos_eventq_deinit()
struct
ble_npl_eventq_freertos
*
eventq
=
(
struct
ble_npl_eventq_freertos
*
)
evq
->
eventq
;
npl_os_freertos.c:271
npl_freertos_eventq_get()
struct
ble_npl_eventq_freertos
*
eventq
=
(
struct
ble_npl_eventq_freertos
*
)
evq
->
eventq
;
npl_os_freertos.c:301
npl_freertos_eventq_put()
struct
ble_npl_eventq_freertos
*
eventq
=
(
struct
ble_npl_eventq_freertos
*
)
evq
->
eventq
;
npl_os_freertos.c:331
npl_freertos_eventq_remove()
struct
ble_npl_eventq_freertos
*
eventq
=
(
struct
ble_npl_eventq_freertos
*
)
evq
->
eventq
;
npl_os_freertos.c:458
npl_freertos_eventq_is_empty()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_npl_eventq::eventq
is written by 2 functions and is read by 7 functions:
npl_freertos_eventq_init()
npl_freertos_eventq_deinit()
All items filtered out
ble_npl_eventq::eventq
ble_hs_enqueue_hci_event()
npl_freertos_eventq_init()
npl_freertos_eventq_deinit()
npl_freertos_eventq_get()
npl_freertos_eventq_put()
npl_freertos_eventq_remove()
npl_freertos_eventq_is_empty()
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