ESP-IDF
ble_npl_eventq_freertos
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_freertos
ble_npl_eventq_freertos struct
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:35
struct
ble_npl_eventq_freertos
{
QueueHandle_t
q
;
}
;
Fields
Field
Declared as
ble_npl_eventq_freertos::q
QueueHandle_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_npl_eventq_freertos
{
npl_freertos.h:35
OS_MEMPOOL_SIZE
(
BLE_TOTAL_EVQ_COUNT
,
sizeof
(
struct
ble_npl_eventq_freertos
)
)
npl_os_freertos.c:133
struct
ble_npl_eventq_freertos
*
eventq
=
NULL
;
npl_os_freertos.c:210
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()
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()
sizeof
(
struct
ble_npl_eventq_freertos
)
,
ble_freertos_evq_buf
,
npl_os_freertos.c:1178
npl_freertos_mempool_init()
Call Tree
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out