ESP-IDF
ble_npl_mutex_release()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_mutex_release()
ble_npl_mutex_release() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:101
ble_npl_error_t
ble_npl_mutex_release
(
struct
ble_npl_mutex
*
mu
)
;
Implemented in
nimble_npl_os.h:237
Arguments
Argument
mu
Related Functions
Found 7 other functions taking a
ble_npl_mutex
argument:
Function
ble_npl_mutex_init()
ble_npl_mutex_deinit()
ble_npl_mutex_pend()
npl_freertos_mutex_init()
npl_freertos_mutex_deinit()
npl_freertos_mutex_pend()
npl_freertos_mutex_release()
Examples
References
from
examples
Code
Location
Referrer
ble_npl_mutex_release
(
struct
ble_npl_mutex
*
mu
)
nimble_npl_os.h:238
ble_npl_error_t
ble_npl_mutex_release
(
struct
ble_npl_mutex
*
mu
)
;
nimble_npl.h:101
ble_npl_mutex_release
(
&
preempt_done_mutex
)
;
ble_gap.c:8859
ble_gap_preempt_done()
rc
=
ble_npl_mutex_release
(
&
ble_hs_mutex
)
;
ble_hs.c:221
ble_hs_unlock_nested()
rc
=
ble_npl_mutex_release
(
&
ble_hs_hci_mutex
)
;
ble_hs_hci.c:339
ble_hs_hci_unlock()
Call Tree
from
examples
ble_npl_mutex_release()
is called by 3 functions and calls 1 function:
ble_hs_unlock_nested()
ble_gap_preempt_done()
ble_hs_hci_unlock()
All items filtered out
ble_npl_mutex_release()
npl_funcs_t::p_ble_npl_mutex_release
All items filtered out
Data Use
from
examples
ble_npl_mutex_release()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_mutex_release()
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