ESP-IDF
ledc_hal_get_clk_cfg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ledc_hal_get_clk_cfg()
ledc_hal_get_clk_cfg() function
Get clock config of LEDC timer
Syntax
Show:
Summary
Declaration
Definition
from
ledc_hal.h:400
void
ledc_hal_get_clk_cfg
(
ledc_hal_context_t
*
hal
,
ledc_timer_t
timer_sel
,
ledc_clk_cfg_t
*
clk_cfg
)
;
Implemented in
ledc_hal.c:20
Arguments
Argument
Declared as
Description
hal
ledc_hal_context_t
*
Context of the HAL layer
timer_sel
ledc_timer_t
LEDC timer index (0-3), select from ledc_timer_t
clk_cfg
ledc_clk_cfg_t
*
Pointer to accept clock config
Return value
None
Related Functions
Found 9 other functions taking a
ledc_hal_context_t
argument:
Function
Description
ledc_hal_get_duty()
Get LEDC duty value
ledc_hal_set_duty_start()
Set the duty start
ledc_hal_clear_fade_end_intr_status()
Clear interrupt status of the specified channel
ledc_hal_init()
Init the LEDC hal. This function should be called first before other hal layer function is called
ledc_hal_ls_channel_update()
Update channel configure when select low speed mode
ledc_hal_set_duty_int_part()
Set LEDC the integer part of duty value
ledc_hal_set_hpoint()
Set LEDC hpoint value
ledc_hal_set_fade_param()
Function to set fade parameters all-in-one
ledc_hal_get_fade_end_intr_status()
Get interrupt status of the specified channel
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