ESP-IDF
timer_obj_t::counter_en
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
timer_obj_t::counter_en
timer_obj_t::counter_en field
Syntax
Show:
Summary
Declaration
from
timer_legacy.c:61
bool
counter_en
;
Examples
References
from
examples
Code
Location
Referrer
bool
counter_en
;
timer_legacy.c:61
p_timer_obj
[
group_num
]
[
timer_num
]
->
counter_en
=
true
;
timer_legacy.c:114
timer_start()
p_timer_obj
[
group_num
]
[
timer_num
]
->
counter_en
=
false
;
timer_legacy.c:126
timer_pause()
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()
p_timer_obj
[
group_num
]
[
timer_num
]
->
counter_en
=
counter_en
;
timer_legacy.c:463
timer_group_set_counter_enable_in_isr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_obj_t::counter_en
is written by 4 functions and is read by 1 function:
timer_start()
timer_pause()
timer_init()
timer_group_set_counter_enable_in_isr()
All items filtered out
timer_obj_t::counter_en
timer_get_config()
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