|
ESPHome 2025.12.0-dev
|
Data Structures | |
| class | AcDimmer |
| struct | AcDimmerDataStore |
Enumerations | |
| enum | DimMethod { DIM_METHOD_LEADING_PULSE = 0 , DIM_METHOD_LEADING , DIM_METHOD_TRAILING } |
Functions | |
| uint32_t IRAM_ATTR HOT | timer_interrupt () |
| Run timer interrupt code and return in how many µs the next event is expected. | |
| Enumerator | |
|---|---|
| DIM_METHOD_LEADING_PULSE | |
| DIM_METHOD_LEADING | |
| DIM_METHOD_TRAILING | |
Definition at line 12 of file ac_dimmer.h.
| uint32_t IRAM_ATTR HOT esphome::ac_dimmer::timer_interrupt | ( | ) |
Run timer interrupt code and return in how many µs the next event is expected.
Definition at line 73 of file ac_dimmer.cpp.