ESP-IDF
+
0
/1 examples
SourceVu will show references to
SPINLOCK_INITIALIZER
from the following samples and libraries:
FreeRTOS
Symbol previews are coming soon...
Symbols
loading (4/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
SPINLOCK_INITIALIZER
SPINLOCK_INITIALIZER macro
Syntax
Show:
Summary
Declaration
from
spinlock.h:34
#define
SPINLOCK_INITIALIZER
{
.
owner
=
SPINLOCK_FREE
,
.
count
=
0
}
Examples
SPINLOCK_INITIALIZER
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
#define
SPINLOCK_INITIALIZER
{
.
owner
=
SPINLOCK_FREE
,
.
count
=
0
}
spinlock.h:34
#define
DEFINE_CRIT_SECTION_LOCK_STATIC
(
lock_name
,
optional_qualifiers
...
)
static
optional_qualifiers
esp_os_spinlock_t
lock_name
=
SPINLOCK_INITIALIZER
critical_section.h:63
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out