ESPHome  2024.7.2
Namespaces | Functions
api_frame_helper.cpp File Reference

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)