ESP-IDF
bt_mesh_r_mutex_unlock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
bt_mesh_r_mutex_unlock()
bt_mesh_r_mutex_unlock() function
Syntax
Show:
Summary
Declaration
Definition
from
mutex.h:33
void
bt_mesh_r_mutex_unlock
(
bt_mesh_mutex_t
*
mutex
)
;
Implemented in
mutex.c:116
Arguments
Argument
mutex
Related Functions
Found 7 other functions taking a
bt_mesh_mutex_t
argument:
Function
bt_mesh_mutex_lock()
bt_mesh_mutex_unlock()
bt_mesh_mutex_free()
bt_mesh_mutex_create()
bt_mesh_r_mutex_create()
bt_mesh_r_mutex_free()
bt_mesh_r_mutex_lock()
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_r_mutex_unlock
(
bt_mesh_mutex_t
*
mutex
)
mutex.c:116
void
bt_mesh_r_mutex_unlock
(
bt_mesh_mutex_t
*
mutex
)
;
mutex.h:33
bt_mesh_r_mutex_unlock
(
mutex
)
;
ext.c:609
bt_mesh_ext_r_mutex_unlock()
Call Tree
from
examples
bt_mesh_r_mutex_unlock()
is called by 1 function and calls 3 functions:
bt_mesh_ext_r_mutex_unlock()
All items filtered out
bt_mesh_r_mutex_unlock()
esp_log_timestamp()
esp_log_write()
xQueueGiveMutexRecursive()
All items filtered out
Data Use
from
examples
bt_mesh_r_mutex_unlock()
reads 2 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_mutex_t::mutex
All items filtered out
bt_mesh_r_mutex_unlock()
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