ESP-IDF
ledc_dev_s::
::channel
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::
::channel
ledc_dev_s::
::channel field
Syntax
Show:
Summary
Declaration
from
ledc_struct.h:17
struct
{
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
;
union
{
struct
{
uint32_t
hpoint
:
20
;
uint32_t
reserved20
:
12
;
}
;
uint32_t
val
;
}
hpoint
;
union
{
struct
{
uint32_t
duty
:
25
;
uint32_t
reserved25
:
7
;
}
;
uint32_t
val
;
}
duty
;
union
{
struct
{
uint32_t
duty_scale
:
10
;
uint32_t
duty_cycle
:
10
;
uint32_t
duty_num
:
10
;
uint32_t
duty_inc
:
1
;
uint32_t
duty_start
:
1
;
}
;
uint32_t
val
;
}
conf1
;
union
{
struct
{
uint32_t
duty_read
:
25
;
uint32_t
reserved25
:
7
;
}
;
uint32_t
val
;
}
duty_rd
;
}
channel
[
8
]
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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