ESP-IDF
ble_freertos_sem_pool
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_sem_pool
ble_freertos_sem_pool variable
Syntax
Show:
Summary
Declaration
from
npl_os_freertos.c:141
struct
os_mempool
ble_freertos_sem_pool
;
Examples
References
from
examples
Code
Location
Referrer
struct
os_mempool
ble_freertos_sem_pool
;
npl_os_freertos.c:141
if
(
!
os_memblock_from
(
&
ble_freertos_sem_pool
,
sem
->
sem
)
)
{
npl_os_freertos.c:541
npl_freertos_sem_init()
sem
->
sem
=
os_memblock_get
(
&
ble_freertos_sem_pool
)
;
npl_os_freertos.c:542
npl_freertos_sem_init()
os_memblock_put
(
&
ble_freertos_sem_pool
,
semaphor
)
;
npl_os_freertos.c:584
npl_freertos_sem_deinit()
rc
=
os_mempool_init
(
&
ble_freertos_sem_pool
,
BLE_TOTAL_SEM_COUNT
,
npl_os_freertos.c:1191
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