|
ESPHome 2026.1.4
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::ac_dimmer |
Typedefs | |
| using | esphome::ac_dimmer::voidFuncPtr = void (*)() |
| using | esphome::ac_dimmer::voidFuncPtrArg = void (*)(void *) |
Functions | |
| HWTimer * | esphome::ac_dimmer::timer_begin (uint32_t frequency) |
| bool IRAM_ATTR | esphome::ac_dimmer::timer_fn_wrapper (gptimer_handle_t timer, const gptimer_alarm_event_data_t *edata, void *args) |
| void | esphome::ac_dimmer::timer_attach_interrupt (HWTimer *timer, voidFuncPtr user_func) |
| void | esphome::ac_dimmer::timer_alarm (HWTimer *timer, uint64_t alarm_value, bool autoreload, uint64_t reload_count) |