ESP-IDF
+
0
/1 examples
SourceVu will show references to
SPINLOCK_FREE
from the following samples and libraries:
FreeRTOS
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPINLOCK_FREE
SPINLOCK_FREE macro
Syntax
Show:
Summary
Declaration
from
spinlock.h:31
#define
SPINLOCK_FREE
0xB33FFFFF
Examples
SPINLOCK_FREE
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
#define
SPINLOCK_FREE
0xB33FFFFF
spinlock.h:31
#define
SPINLOCK_INITIALIZER
{
.
owner
=
SPINLOCK_FREE
,
.
count
=
0
}
spinlock.h:34
lock
->
owner
=
SPINLOCK_FREE
;
spinlock.h:55
lock_set
=
esp_cpu_compare_and_set
(
&
lock
->
owner
,
SPINLOCK_FREE
,
core_owner_id
)
;
spinlock.h:123
lock_set
=
esp_cpu_compare_and_set
(
&
lock
->
owner
,
SPINLOCK_FREE
,
core_owner_id
)
;
spinlock.h:132
assert
(
lock
->
owner
==
SPINLOCK_FREE
||
lock
->
owner
==
other_core_owner_id
)
;
spinlock.h:145
lock
->
owner
=
SPINLOCK_FREE
;
spinlock.h:194
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