ESP-IDF
ledc_hal_context_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ledc_hal_context_t
ledc_hal_context_t struct
Context that should be maintained by both the driver and the HAL
Syntax
Show:
Summary
Declaration
from
ledc_hal.h:33
typedef
struct
{
ledc_dev_t
*
dev
;
ledc_mode_t
speed_mode
;
}
ledc_hal_context_t
;
Fields
Field
Declared as
ledc_hal_context_t::dev
ledc_dev_t
*
ledc_hal_context_t::speed_mode
ledc_mode_t
Related Functions
Found 10 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_get_clk_cfg()
Get clock config of LEDC timer
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