ESP-IDF
ledc_hal_get_duty_resolution
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ledc_hal_get_duty_resolution
ledc_hal_get_duty_resolution macro
Get LEDC duty resolution
Syntax
Show:
Summary
Declaration
from
ledc_hal.h:162
#define
ledc_hal_get_duty_resolution
(
hal
,
timer_sel
,
duty_resolution
)
ledc_ll_get_duty_resolution
(
(
hal
)
->
dev
,
(
hal
)
->
speed_mode
,
timer_sel
,
duty_resolution
)
Arguments
Argument
Description
hal
Context of the HAL layer
timer_sel
LEDC timer index (0-3), select from ledc_timer_t
duty_resolution
Pointer to accept the resolution of duty setting in number of bits.
Return value
None
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