ESP-IDF
ble_npl_sem_pend()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_npl_sem_pend()
ble_npl_sem_pend() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:111
ble_npl_error_t
ble_npl_sem_pend
(
struct
ble_npl_sem
*
sem
,
ble_npl_time_t
timeout
)
;
Implemented in
nimble_npl_os.h:255
Arguments
Argument
sem
timeout
Related Functions
Found 13 other functions taking a
ble_npl_sem
argument:
Function
ble_npl_sem_init()
ble_npl_sem_release()
ble_npl_sem_deinit()
k_sem_init()
k_sem_give()
ble_npl_sem_get_count()
npl_freertos_sem_init()
npl_freertos_sem_deinit()
npl_freertos_sem_pend()
npl_freertos_sem_release()
k_sem_take()
npl_freertos_sem_get_count()
k_sem_reset()
Examples
References
from
examples
Code
Location
Referrer
ble_npl_sem_pend
(
struct
ble_npl_sem
*
sem
,
ble_npl_time_t
timeout
)
nimble_npl_os.h:256
ble_npl_error_t
ble_npl_sem_pend
(
struct
ble_npl_sem
*
sem
,
nimble_npl.h:111
rc
=
ble_npl_sem_pend
(
&
ble_hs_hci_sem
,
ble_hs_hci.c:508
ble_hs_hci_wait_for_ack()
return
-
ble_npl_sem_pend
(
sem
,
ticks
)
;
glue.h:587
k_sem_take()
ble_npl_sem_pend
(
&
ble_hs_stop_sem
,
BLE_NPL_TIME_FOREVER
)
;
nimble_port.c:285
nimble_port_stop()
ble_npl_sem_pend
(
&
ble_hs_stop_sem
,
BLE_NPL_TIME_FOREVER
)
;
nimble_port.c:292
nimble_port_stop()
Call Tree
from
examples
ble_npl_sem_pend()
is called by 3 functions and calls 1 function:
ble_hs_hci_wait_for_ack()
nimble_port_stop()
k_sem_take()
All items filtered out
ble_npl_sem_pend()
npl_funcs_t::p_ble_npl_sem_pend
All items filtered out
Data Use
from
examples
ble_npl_sem_pend()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_sem_pend()
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