ESP-IDF
pcnt_group_t::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
pcnt_group_t::spinlock
pcnt_group_t::spinlock field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:85
portMUX_TYPE
spinlock
;
Examples
References
from
examples
Code
Location
Referrer
portMUX_TYPE
spinlock
;
// to protect per-group register level concurrent access
pulse_cnt.c:85
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:151
pcnt_register_to_group()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:159
pcnt_register_to_group()
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:176
pcnt_unregister_from_group()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:178
pcnt_unregister_from_group()
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:233
pcnt_new_unit()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:239
pcnt_new_unit()
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:293
pcnt_new_unit()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:299
pcnt_new_unit()
portENTER_CRITICAL_SAFE
(
&
group
->
spinlock
)
;
pulse_cnt.c:452
pcnt_unit_start()
portEXIT_CRITICAL_SAFE
(
&
group
->
spinlock
)
;
pulse_cnt.c:454
pcnt_unit_start()
portENTER_CRITICAL_SAFE
(
&
group
->
spinlock
)
;
pulse_cnt.c:466
pcnt_unit_stop()
portEXIT_CRITICAL_SAFE
(
&
group
->
spinlock
)
;
pulse_cnt.c:468
pcnt_unit_stop()
portENTER_CRITICAL_SAFE
(
&
group
->
spinlock
)
;
pulse_cnt.c:480
pcnt_unit_clear_count()
portEXIT_CRITICAL_SAFE
(
&
group
->
spinlock
)
;
pulse_cnt.c:482
pcnt_unit_clear_count()
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:538
pcnt_unit_register_event_callbacks()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
pulse_cnt.c:540
pcnt_unit_register_event_callbacks()
group
->
spinlock
=
(
portMUX_TYPE
)
portMUX_INITIALIZER_UNLOCKED
;
pulse_cnt.c:870
pcnt_acquire_group_handle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_group_t::spinlock
is written by 1 function:
pcnt_acquire_group_handle()
All items filtered out
pcnt_group_t::spinlock
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