ESP-IDF
vhci_send_sem
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
vhci_send_sem
vhci_send_sem variable
Syntax
Show:
Summary
Declaration
from
esp_nimble_hci.c:48
static
SemaphoreHandle_t
vhci_send_sem
;
Examples
References
from
examples
Code
Location
Referrer
static
SemaphoreHandle_t
vhci_send_sem
;
esp_nimble_hci.c:48
if
(
xSemaphoreTake
(
vhci_send_sem
,
NIMBLE_VHCI_TIMEOUT_MS
/
portTICK_PERIOD_MS
)
==
pdTRUE
)
{
esp_nimble_hci.c:86
ble_hci_trans_hs_cmd_tx()
if
(
xSemaphoreTake
(
vhci_send_sem
,
NIMBLE_VHCI_TIMEOUT_MS
/
portTICK_PERIOD_MS
)
==
pdTRUE
)
{
esp_nimble_hci.c:123
ble_hci_trans_hs_acl_tx()
if
(
vhci_send_sem
)
{
esp_nimble_hci.c:188
controller_rcv_pkt_ready()
xSemaphoreGive
(
vhci_send_sem
)
;
esp_nimble_hci.c:189
controller_rcv_pkt_ready()
vhci_send_sem
=
xSemaphoreCreateBinary
(
)
;
esp_nimble_hci.c:301
esp_nimble_hci_init()
if
(
vhci_send_sem
==
NULL
)
{
esp_nimble_hci.c:302
esp_nimble_hci_init()
xSemaphoreGive
(
vhci_send_sem
)
;
esp_nimble_hci.c:307
esp_nimble_hci_init()
if
(
vhci_send_sem
)
{
esp_nimble_hci.c:323
esp_nimble_hci_deinit()
xSemaphoreTake
(
vhci_send_sem
,
portMAX_DELAY
)
;
esp_nimble_hci.c:325
esp_nimble_hci_deinit()
xSemaphoreGive
(
vhci_send_sem
)
;
esp_nimble_hci.c:326
esp_nimble_hci_deinit()
vSemaphoreDelete
(
vhci_send_sem
)
;
esp_nimble_hci.c:327
esp_nimble_hci_deinit()
vhci_send_sem
=
NULL
;
esp_nimble_hci.c:328
esp_nimble_hci_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vhci_send_sem
is written by 2 functions and is read by 5 functions:
esp_nimble_hci_init()
esp_nimble_hci_deinit()
All items filtered out
vhci_send_sem
ble_hci_trans_hs_cmd_tx()
ble_hci_trans_hs_acl_tx()
controller_rcv_pkt_ready()
esp_nimble_hci_init()
esp_nimble_hci_deinit()
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