ESP-IDF
esp_apptrace_lock_give()
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
esp_apptrace_lock_give()
esp_apptrace_lock_give() function
Releases lock.
Syntax
Show:
Summary
Declaration
Definition
from
esp_app_trace_util.h:92
esp_err_t
esp_apptrace_lock_give
(
esp_apptrace_lock_t
*
lock
)
;
Implemented in
app_trace_util.c:79
Arguments
Argument
Description
lock
Pointer to lock structure.
Return value
ESP_OK on success, otherwise \see esp_err_t
Related Functions
Found 2 other functions taking a
esp_apptrace_lock_t
argument:
Function
Description
esp_apptrace_lock_take()
Tries to acquire lock in specified time period.
esp_apptrace_lock_init()
Initializes lock structure.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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