ESPHome
2025.2.0
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::speaker | |
Enumerations | |
enum | esphome::speaker::EventGroupBits : uint32_t { esphome::speaker::PIPELINE_COMMAND_STOP = (1 << 0), esphome::speaker::READER_COMMAND_INIT_HTTP = (1 << 4), esphome::speaker::READER_COMMAND_INIT_FILE = (1 << 5), esphome::speaker::READER_MESSAGE_LOADED_MEDIA_TYPE = (1 << 6), esphome::speaker::READER_MESSAGE_FINISHED = (1 << 7), esphome::speaker::READER_MESSAGE_ERROR = (1 << 8), esphome::speaker::DECODER_MESSAGE_FINISHED = (1 << 12), esphome::speaker::DECODER_MESSAGE_ERROR = (1 << 13) } |