|
ESPHome 2026.5.0-dev
|
Data Structures | |
| class | CdcAcm |
| class | ZephyrGPIOPin |
| class | ZephyrPreferenceBackend |
| class | ZephyrPreferences |
Functions | |
| ZephyrPreferences * | get_preferences () |
| void | setup_preferences () |
| const char * | get_reset_reason (std::span< char, RESET_REASON_BUFFER_SIZE > buffer) |
Variables | |
| CdcAcm * | global_cdc_acm |
| ZephyrPreferences * esphome::zephyr::get_preferences | ( | ) |
Definition at line 126 of file preferences.cpp.
| const char * esphome::zephyr::get_reset_reason | ( | std::span< char, RESET_REASON_BUFFER_SIZE > | buffer | ) |
Definition at line 22 of file reset_reason.cpp.
| void esphome::zephyr::setup_preferences | ( | ) |
Definition at line 128 of file preferences.cpp.
| CdcAcm * esphome::zephyr::global_cdc_acm |
Definition at line 26 of file cdc_acm.cpp.