ESP-IDF
ble_npl_sem_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_sem_freertos
ble_npl_sem_freertos struct
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:53
struct
ble_npl_sem_freertos
{
SemaphoreHandle_t
handle
;
}
;
Fields
Field
Declared as
ble_npl_sem_freertos::handle
SemaphoreHandle_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_npl_sem_freertos
{
npl_freertos.h:53
OS_MEMPOOL_SIZE
(
BLE_TOTAL_SEM_COUNT
,
sizeof
(
struct
ble_npl_sem_freertos
)
)
npl_os_freertos.c:143
struct
ble_npl_sem_freertos
*
semaphor
=
NULL
;
npl_os_freertos.c:539
npl_freertos_sem_init()
semaphor
=
(
struct
ble_npl_sem_freertos
*
)
sem
->
sem
;
npl_os_freertos.c:543
npl_freertos_sem_init()
struct
ble_npl_sem_freertos
*
semaphor
=
(
struct
ble_npl_sem_freertos
*
)
sem
->
sem
;
npl_os_freertos.c:574
npl_freertos_sem_deinit()
struct
ble_npl_sem_freertos
*
semaphor
=
(
struct
ble_npl_sem_freertos
*
)
sem
->
sem
;
npl_os_freertos.c:598
npl_freertos_sem_pend()
struct
ble_npl_sem_freertos
*
semaphor
=
(
struct
ble_npl_sem_freertos
*
)
sem
->
sem
;
npl_os_freertos.c:624
npl_freertos_sem_release()
struct
ble_npl_sem_freertos
*
semaphor
=
(
struct
ble_npl_sem_freertos
*
)
sem
->
sem
;
npl_os_freertos.c:828
npl_freertos_sem_get_count()
sizeof
(
struct
ble_npl_sem_freertos
)
,
ble_freertos_sem_buf
,
npl_os_freertos.c:1192
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