ESP-IDF
timer_config_t::divider
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::divider
timer_config_t::divider field
Counter clock divider
Syntax
Show:
Summary
Declaration
from
timer_types_legacy.h:139
uint32_t
divider
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
divider
;
/*!< Counter clock divider */
timer_types_legacy.h:139
ESP_RETURN_ON_FALSE
(
config
->
divider
>
1
&&
config
->
divider
<
65537
,
ESP_ERR_INVALID_ARG
,
TIMER_TAG
,
DIVIDER_RANGE_ERROR
)
;
timer_legacy.c:308
timer_init()
timer_ll_set_clock_prescale
(
hal
->
dev
,
timer_num
,
config
->
divider
)
;
timer_legacy.c:338
timer_init()
p_timer_obj
[
group_num
]
[
timer_num
]
->
divider
=
config
->
divider
;
timer_legacy.c:350
timer_init()
config
->
divider
=
p_timer_obj
[
group_num
]
[
timer_num
]
->
divider
;
timer_legacy.c:397
timer_get_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_config_t::divider
is written by 1 function and is read by 1 function:
timer_get_config()
All items filtered out
timer_config_t::divider
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