ESP-IDF
gptimer_platform_t::groups
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
gptimer_platform_t::groups
gptimer_platform_t::groups field
Syntax
Show:
Summary
Declaration
from
gptimer_common.c:18
gptimer_group_t
*
groups
[
SOC_TIMER_GROUPS
]
;
Examples
References
from
examples
Code
Location
Referrer
gptimer_group_t
*
groups
[
SOC_TIMER_GROUPS
]
;
// timer group pool
gptimer_common.c:18
if
(
!
s_platform
.
groups
[
group_id
]
)
{
gptimer_common.c:32
gptimer_acquire_group_handle()
s_platform
.
groups
[
group_id
]
=
group
;
gptimer_common.c:36
gptimer_acquire_group_handle()
group
=
s_platform
.
groups
[
group_id
]
;
gptimer_common.c:42
gptimer_acquire_group_handle()
assert
(
s_platform
.
groups
[
group_id
]
)
;
gptimer_common.c:74
gptimer_release_group_handle()
s_platform
.
groups
[
group_id
]
=
NULL
;
gptimer_common.c:76
gptimer_release_group_handle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gptimer_platform_t::groups
is read by 2 functions:
All items filtered out
gptimer_platform_t::groups
gptimer_acquire_group_handle()
gptimer_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