ESP-IDF
ledc_dev_s::
::
::slow_clk_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::
::
::slow_clk_sel
ledc_dev_s::
::
::slow_clk_sel field
Syntax
Show:
Summary
Declaration
from
ledc_struct.h:211
uint32_t
slow_clk_sel
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
slow_clk_sel
:
1
;
/*This bit is used to set the frequency of slow_clk. 1'b1:80mhz 1'b0:8mhz, (only used by LEDC low speed channels/timers)*/
ledc_struct.h:211
hw
->
conf
.
slow_clk_sel
=
(
slow_clk_sel
==
LEDC_SLOW_CLK_APB
)
;
ledc_ll.h:109
ledc_ll_set_slow_clk_sel()
if
(
hw
->
conf
.
slow_clk_sel
)
{
ledc_ll.h:122
ledc_ll_get_slow_clk_sel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_dev_s::
::
::slow_clk_sel
is written by 1 function and is read by 1 function:
ledc_ll_set_slow_clk_sel()
All items filtered out
ledc_dev_s::
::
::slow_clk_sel
ledc_ll_get_slow_clk_sel()
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