ESP-IDF
ble_freertos_ev_pool
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
ble_freertos_ev_pool
ble_freertos_ev_pool variable
Syntax
Show:
Summary
Declaration
from
npl_os_freertos.c:126
struct
os_mempool
ble_freertos_ev_pool
;
Examples
References
from
examples
Code
Location
Referrer
struct
os_mempool
ble_freertos_ev_pool
;
npl_os_freertos.c:126
if
(
!
os_memblock_from
(
&
ble_freertos_ev_pool
,
ev
->
event
)
)
{
npl_os_freertos.c:171
npl_freertos_event_init()
ev
->
event
=
os_memblock_get
(
&
ble_freertos_ev_pool
)
;
npl_os_freertos.c:172
npl_freertos_event_init()
os_memblock_put
(
&
ble_freertos_ev_pool
,
ev
->
event
)
;
npl_os_freertos.c:192
npl_freertos_event_deinit()
rc
=
os_mempool_init
(
&
ble_freertos_ev_pool
,
BLE_TOTAL_EV_COUNT
,
npl_os_freertos.c:1170
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