Module esp32c2_hal::ledc::timer
source · Expand description
LEDC timer
Overview
The LEDC Timer
module is a part of the LED Controller (LEDC)
driver
designed for ESP microcontrollers. It provides a high-level interface to
configure and control individual timers of the LEDC
peripheral.
The module allows precise and flexible control over timer configurations, duty cycles and frequencies, making it ideal for Pulse-Width Modulation (PWM) applications and LED lighting control.
Modules
- Timer configuration
Structs
- Timer struct
Enums
- Timer errors
- Clock source for LS Timers
- Timer number
Traits
- Interface for HW configuration of timer
- Interface for Timers
- Trait defining the type of timer source