ESPHome
2025.2.0
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::resampler | |
Enumerations | |
enum | esphome::resampler::ResamplingEventGroupBits : uint32_t { esphome::resampler::COMMAND_STOP = (1 << 0), esphome::resampler::STATE_STARTING = (1 << 10), esphome::resampler::STATE_RUNNING = (1 << 11), esphome::resampler::STATE_STOPPING = (1 << 12), esphome::resampler::STATE_STOPPED = (1 << 13), esphome::resampler::ERR_ESP_NO_MEM = (1 << 19), esphome::resampler::ERR_ESP_NOT_SUPPORTED = (1 << 20), esphome::resampler::ERR_ESP_FAIL = (1 << 21), esphome::resampler::ALL_BITS = 0x00FFFFFF } |