ESP-IDF
ledc_dev_s::
::
::
::
::tick_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::
::
::
::
::tick_sel
ledc_dev_s::
::
::
::
::tick_sel field
Syntax
Show:
Summary
Declaration
from
ledc_struct.h:70
uint32_t
tick_sel
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
tick_sel
:
1
;
/*This bit is used to choose apb_clk or ref_tick for high speed timer. 1'b1:apb_clk 0:ref_tick*/
ledc_struct.h:70
hw
->
timer_group
[
speed_mode
]
.
timer
[
timer_sel
]
.
conf
.
tick_sel
=
(
clk_src
==
LEDC_APB_CLK
)
;
ledc_ll.h:231
ledc_ll_set_clock_source()
if
(
hw
->
timer_group
[
speed_mode
]
.
timer
[
timer_sel
]
.
conf
.
tick_sel
)
{
ledc_ll.h:246
ledc_ll_get_clock_source()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_dev_s::
::
::
::
::tick_sel
is written by 1 function and is read by 1 function:
ledc_ll_set_clock_source()
All items filtered out
ledc_dev_s::
::
::
::
::tick_sel
ledc_ll_get_clock_source()
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