ESP-IDF
timer_config_t::counter_en
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
timer_config_t::counter_en
timer_config_t::counter_en field
Counter enable
Syntax
Show:
Summary
Declaration
from
timer_types_legacy.h:134
timer_start_t
counter_en
;
Examples
References
from
examples
Code
Location
Referrer
timer_start_t
counter_en
;
/*!< Counter enable */
timer_types_legacy.h:134
timer_ll_enable_counter
(
hal
->
dev
,
timer_num
,
config
->
counter_en
)
;
timer_legacy.c:344
timer_init()
p_timer_obj
[
group_num
]
[
timer_num
]
->
counter_en
=
config
->
counter_en
;
timer_legacy.c:349
timer_init()
config
->
counter_en
=
p_timer_obj
[
group_num
]
[
timer_num
]
->
counter_en
;
timer_legacy.c:396
timer_get_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_config_t::counter_en
is written by 1 function and is read by 1 function:
timer_get_config()
All items filtered out
timer_config_t::counter_en
timer_init()
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