ESP-IDF
nvs::Lock::mSemaphore
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Lock::mSemaphore
nvs::Lock::mSemaphore variable
Syntax
Show:
Summary
Declaration
Definition
from
nvs_platform.hpp:21
static
_lock_t
mSemaphore
;
Implemented in
nvs_platform.cpp:48
Examples
References
from
examples
Code
Location
Scope
Referrer
_lock_t
Lock
::
mSemaphore
=
0
;
nvs_platform.cpp:48
static
_lock_t
mSemaphore
;
nvs_platform.hpp:21
_lock_acquire
(
&
mSemaphore
)
;
nvs_platform.cpp:23
nvs::Lock
nvs::Lock::Lock()
_lock_release
(
&
mSemaphore
)
;
nvs_platform.cpp:29
nvs::Lock
nvs::Lock::~Lock()
if
(
mSemaphore
)
{
nvs_platform.cpp:43
nvs::Lock
nvs::Lock::uninit()
_lock_close
(
&
mSemaphore
)
;
nvs_platform.cpp:44
nvs::Lock
nvs::Lock::uninit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Lock::mSemaphore
is read by 1 function:
All items filtered out
nvs::Lock::mSemaphore
nvs::Lock::uninit()
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