ESP-IDF
spinlock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spinlock
spinlock variable
Syntax
Show:
Summary
Declaration
from
esp_himem.c:92
static
portMUX_TYPE
spinlock
=
portMUX_INITIALIZER_UNLOCKED
;
Examples
References
from
examples
Code
Location
Referrer
static
portMUX_TYPE
spinlock
=
portMUX_INITIALIZER_UNLOCKED
;
esp_himem.c:92
portENTER_CRITICAL
(
&
spinlock
)
;
esp_himem.c:205
esp_himem_alloc()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:207
esp_himem_alloc()
portENTER_CRITICAL
(
&
spinlock
)
;
esp_himem.c:230
esp_himem_free()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:234
esp_himem_free()
portENTER_CRITICAL
(
&
spinlock
)
;
esp_himem.c:254
esp_himem_alloc_map_range()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:268
esp_himem_alloc_map_range()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:275
esp_himem_alloc_map_range()
portENTER_CRITICAL
(
&
spinlock
)
;
esp_himem.c:290
esp_himem_free_map_range()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:294
esp_himem_free_map_range()
portENTER_CRITICAL
(
&
spinlock
)
;
esp_himem.c:320
esp_himem_map()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:327
esp_himem_map()
portENTER_CRITICAL
(
&
spinlock
)
;
esp_himem.c:349
esp_himem_unmap()
portEXIT_CRITICAL
(
&
spinlock
)
;
esp_himem.c:357
esp_himem_unmap()
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