ESPHome
2024.10.2
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::api | |
Functions | |
bool | esphome::api::is_would_block (ssize_t ret) |
Is the given return value (from write syscalls) a wouldblock error? More... | |
const char * | esphome::api::api_error_to_str (APIError err) |
std::string | esphome::api::noise_err_to_str (int err) |
Convert a noise error code to a readable error. More... | |
void | esphome::api::noise_rand_bytes (void *output, size_t len) |