ESP-IDF
ledc_dev_s::
::
::conf0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::
::
::conf0
ledc_dev_s::
::
::conf0 field
Syntax
Show:
Summary
Declaration
from
ledc_struct.h:18
union
{
struct
{
uint32_t
timer_sel
:
2
;
uint32_t
sig_out_en
:
1
;
uint32_t
idle_lv
:
1
;
uint32_t
low_speed_update
:
1
;
uint32_t
reserved4
:
26
;
uint32_t
clk_en
:
1
;
}
;
uint32_t
val
;
}
conf0
;
Examples
References
from
examples
Code
Location
Referrer
}
conf0
;
ledc_struct.h:28
hw
->
channel_group
[
speed_mode
]
.
channel
[
channel_num
]
.
conf0
.
low_speed_update
=
1
;
ledc_ll.h:309
ledc_ll_ls_channel_update()
hw
->
channel_group
[
speed_mode
]
.
channel
[
channel_num
]
.
conf0
.
sig_out_en
=
sig_out_en
;
ledc_ll.h:469
ledc_ll_set_sig_out_en()
hw
->
channel_group
[
speed_mode
]
.
channel
[
channel_num
]
.
conf0
.
idle_lv
=
idle_level
&
0x1
;
ledc_ll.h:500
ledc_ll_set_idle_level()
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::
::
::conf0
is read by 5 functions:
All items filtered out
ledc_dev_s::
::
::conf0
ledc_ll_ls_channel_update()
ledc_ll_set_sig_out_en()
ledc_ll_set_idle_level()
ledc_ll_bind_channel_timer()
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