ESP-IDF
npl_freertos_mutex_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
npl_freertos_mutex_init()
npl_freertos_mutex_init() function
Syntax
Show:
Summary
Declaration
Definition
from
npl_freertos.h:70
ble_npl_error_t
npl_freertos_mutex_init
(
struct
ble_npl_mutex
*
mu
)
;
Implemented in
npl_os_freertos.c:389
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()
ble_npl_mutex_release()
npl_freertos_mutex_deinit()
npl_freertos_mutex_pend()
npl_freertos_mutex_release()
Examples
References
from
examples
Code
Location
npl_freertos_mutex_init
(
struct
ble_npl_mutex
*
mu
)
npl_os_freertos.c:390
ble_npl_error_t
npl_freertos_mutex_init
(
struct
ble_npl_mutex
*
mu
)
;
npl_freertos.h:70
.
p_ble_npl_mutex_init
=
npl_freertos_mutex_init
,
npl_os_freertos.c:1092
Call Tree
from
examples
npl_freertos_mutex_init()
calls 5 functions:
All items filtered out
npl_freertos_mutex_init()
__assert_func()
xQueueCreateMutex()
ets_printf()
os_memblock_from()
os_memblock_get()
All items filtered out
Data Use
from
examples
npl_freertos_mutex_init()
reads 4 variables and writes 2 variables:
ble_npl_error::BLE_NPL_OK
ble_npl_error::BLE_NPL_INVALID_PARAM
ble_npl_mutex::mutex
ble_npl_mutex_freertos::handle
All items filtered out
npl_freertos_mutex_init()
ble_npl_mutex::mutex
ble_npl_mutex_freertos::handle
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
npl_freertos_mutex_init()
is implemented by 1 functions:
All items filtered out
npl_freertos_mutex_init()
npl_funcs_t::p_ble_npl_mutex_init
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out