ESP-IDF
ble_npl_sem_deinit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_deinit()
ble_npl_sem_deinit() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:116
ble_npl_error_t
ble_npl_sem_deinit
(
struct
ble_npl_sem
*
sem
)
;
Implemented in
nimble_npl_os.h:249
Arguments
Argument
sem
Related Functions
Found 13 other functions taking a
ble_npl_sem
argument:
Function
ble_npl_sem_init()
ble_npl_sem_pend()
ble_npl_sem_release()
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_deinit
(
struct
ble_npl_sem
*
sem
)
nimble_npl_os.h:250
ble_npl_error_t
ble_npl_sem_deinit
(
struct
ble_npl_sem
*
sem
)
;
nimble_npl.h:116
rc
=
ble_npl_sem_deinit
(
&
ble_hs_hci_sem
)
;
ble_hs_hci.c:957
ble_hs_hci_deinit()
ble_npl_sem_deinit
(
&
ble_hs_stop_sem
)
;
nimble_port.c:280
nimble_port_stop()
ble_npl_sem_deinit
(
&
ble_hs_stop_sem
)
;
nimble_port.c:294
nimble_port_stop()
Call Tree
from
examples
ble_npl_sem_deinit()
is called by 2 functions and calls 1 function:
ble_hs_hci_deinit()
nimble_port_stop()
All items filtered out
ble_npl_sem_deinit()
npl_funcs_t::p_ble_npl_sem_deinit
All items filtered out
Data Use
from
examples
ble_npl_sem_deinit()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_sem_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