ESP-IDF
+
0
/1 examples
SourceVu will show references to
SPINLOCK_WAIT_FOREVER
from the following samples and libraries:
FreeRTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_WAIT_FOREVER
SPINLOCK_WAIT_FOREVER macro
Syntax
Show:
Summary
Declaration
from
spinlock.h:32
#define
SPINLOCK_WAIT_FOREVER
(
-
1
)
Examples
SPINLOCK_WAIT_FOREVER
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
#define
SPINLOCK_WAIT_FOREVER
(
-
1
)
spinlock.h:32
}
while
(
(
timeout
==
SPINLOCK_WAIT_FOREVER
)
||
(
esp_cpu_get_cycle_count
(
)
-
start_count
)
<=
(
esp_cpu_cycle_count_t
)
timeout
)
;
spinlock.h:137
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