ESP-IDF
pcnt_spinlock
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
pcnt_spinlock
pcnt_spinlock variable
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:63
static
portMUX_TYPE
pcnt_spinlock
=
portMUX_INITIALIZER_UNLOCKED
;
Examples
References
from
examples
Code
Location
Referrer
static
portMUX_TYPE
pcnt_spinlock
=
portMUX_INITIALIZER_UNLOCKED
;
pcnt_legacy.c:63
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:119
_pcnt_counter_pause()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:121
_pcnt_counter_pause()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:129
_pcnt_counter_resume()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:131
_pcnt_counter_resume()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:139
_pcnt_counter_clear()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:141
_pcnt_counter_clear()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:149
_pcnt_intr_enable()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:151
_pcnt_intr_enable()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:276
_pcnt_isr_handler_add()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:285
_pcnt_isr_handler_add()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:294
_pcnt_isr_handler_remove()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:302
_pcnt_isr_handler_remove()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:522
pcnt_isr_unregister()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:524
pcnt_isr_unregister()
PCNT_ENTER_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:532
pcnt_isr_register()
PCNT_EXIT_CRITICAL
(
&
pcnt_spinlock
)
;
pcnt_legacy.c:534
pcnt_isr_register()
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