ESP-IDF
ble_npl_sem_freertos::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_npl_sem_freertos::handle
ble_npl_sem_freertos::handle field
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:54
SemaphoreHandle_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
handle
;
npl_freertos.h:54
semaphor
->
handle
=
xSemaphoreCreateCounting
(
128
,
tokens
)
;
npl_os_freertos.c:550
npl_freertos_sem_init()
BLE_LL_ASSERT
(
semaphor
->
handle
)
;
npl_os_freertos.c:551
npl_freertos_sem_init()
BLE_LL_ASSERT
(
semaphor
->
handle
)
;
npl_os_freertos.c:580
npl_freertos_sem_deinit()
vSemaphoreDelete
(
semaphor
->
handle
)
;
npl_os_freertos.c:581
npl_freertos_sem_deinit()
BLE_LL_ASSERT
(
semaphor
->
handle
)
;
npl_os_freertos.c:604
npl_freertos_sem_pend()
ret
=
xSemaphoreTakeFromISR
(
semaphor
->
handle
,
&
woken
)
;
npl_os_freertos.c:608
npl_freertos_sem_pend()
ret
=
xSemaphoreTake
(
semaphor
->
handle
,
timeout
)
;
npl_os_freertos.c:613
npl_freertos_sem_pend()
BLE_LL_ASSERT
(
semaphor
->
handle
)
;
npl_os_freertos.c:630
npl_freertos_sem_release()
ret
=
xSemaphoreGiveFromISR
(
semaphor
->
handle
,
&
woken
)
;
npl_os_freertos.c:633
npl_freertos_sem_release()
ret
=
xSemaphoreGive
(
semaphor
->
handle
)
;
npl_os_freertos.c:638
npl_freertos_sem_release()
return
uxSemaphoreGetCount
(
semaphor
->
handle
)
;
npl_os_freertos.c:829
npl_freertos_sem_get_count()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_npl_sem_freertos::handle
is written by 1 function and is read by 5 functions:
npl_freertos_sem_init()
All items filtered out
ble_npl_sem_freertos::handle
npl_freertos_sem_init()
npl_freertos_sem_deinit()
npl_freertos_sem_pend()
npl_freertos_sem_release()
npl_freertos_sem_get_count()
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