ESP-IDF
pcnt_platform_t::groups
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_platform_t::groups
pcnt_platform_t::groups field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:78
pcnt_group_t
*
groups
[
SOC_PCNT_GROUPS
]
;
Examples
References
from
examples
Code
Location
Referrer
pcnt_group_t
*
groups
[
SOC_PCNT_GROUPS
]
;
// pcnt group pool
pulse_cnt.c:78
if
(
!
s_platform
.
groups
[
group_id
]
)
{
pulse_cnt.c:862
pcnt_acquire_group_handle()
s_platform
.
groups
[
group_id
]
=
group
;
// register to platform
pulse_cnt.c:866
pcnt_acquire_group_handle()
group
=
s_platform
.
groups
[
group_id
]
;
pulse_cnt.c:897
pcnt_acquire_group_handle()
assert
(
s_platform
.
groups
[
group_id
]
)
;
pulse_cnt.c:920
pcnt_release_group_handle()
s_platform
.
groups
[
group_id
]
=
NULL
;
// deregister from platform
pulse_cnt.c:922
pcnt_release_group_handle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_platform_t::groups
is read by 2 functions:
All items filtered out
pcnt_platform_t::groups
pcnt_acquire_group_handle()
pcnt_release_group_handle()
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