ESP-IDF
ledc_dev_s::
::
::
::
::timer_sel
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
ledc_dev_s::
::
::
::
::timer_sel
ledc_dev_s::
::
::
::
::timer_sel field
Syntax
Show:
Summary
Declaration
from
ledc_struct.h:20
uint32_t
timer_sel
:
2
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
timer_sel
:
2
;
/*There are four high speed timers the two bits are used to select one of them for high speed channel. 2'b00: seletc hstimer0. 2'b01: select hstimer1. 2'b10: select hstimer2. 2'b11: select hstimer3.*/
ledc_struct.h:20
hw
->
channel_group
[
speed_mode
]
.
channel
[
channel_num
]
.
conf0
.
timer_sel
=
timer_sel
;
ledc_ll.h:564
ledc_ll_bind_channel_timer()
*
timer_sel
=
(
ledc_timer_t
)
(
hw
->
channel_group
[
speed_mode
]
.
channel
[
channel_num
]
.
conf0
.
timer_sel
)
;
ledc_ll.h:579
ledc_ll_get_channel_timer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_dev_s::
::
::
::
::timer_sel
is written by 1 function and is read by 1 function:
ledc_ll_bind_channel_timer()
All items filtered out
ledc_dev_s::
::
::
::
::timer_sel
ledc_ll_get_channel_timer()
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