ESP-IDF
timg_hwtimer_reg_t::config
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
timg_hwtimer_reg_t::config
timg_hwtimer_reg_t::config field
Syntax
Show:
Summary
Declaration
from
timer_group_struct.h:692
volatile
timg_txconfig_reg_t
config
;
Examples
References
from
examples
Code
Location
Referrer
volatile
timg_txconfig_reg_t
config
;
timer_group_struct.h:692
hw
->
hw_timer
[
timer_num
]
.
config
.
tx_alarm_en
=
en
;
timer_ll.h:121
timer_ll_enable_alarm()
hw
->
hw_timer
[
timer_num
]
.
config
.
tx_level_int_en
=
en
;
timer_ll.h:123
timer_ll_enable_alarm()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
hw_timer
[
timer_num
]
.
config
,
tx_divider
,
divider
)
;
timer_ll.h:139
timer_ll_set_clock_prescale()
hw
->
hw_timer
[
timer_num
]
.
config
.
tx_autoreload
=
en
;
timer_ll.h:153
timer_ll_enable_auto_reload()
hw
->
hw_timer
[
timer_num
]
.
config
.
tx_increase
=
direction
==
GPTIMER_COUNT_UP
;
timer_ll.h:165
timer_ll_set_count_direction()
hw
->
hw_timer
[
timer_num
]
.
config
.
tx_en
=
en
;
timer_ll.h:179
timer_ll_enable_counter()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timg_hwtimer_reg_t::config
is read by 5 functions:
All items filtered out
timg_hwtimer_reg_t::config
timer_ll_enable_alarm()
timer_ll_set_clock_prescale()
timer_ll_enable_auto_reload()
timer_ll_set_count_direction()
timer_ll_enable_counter()
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