ESPHome  2024.3.1
Data Structures | Functions | Variables
esphome::esp8266 Namespace Reference

Data Structures

class  ESP8266GPIOPin
 

Functions

template<class It >
uint32_t calculate_crc (It first, It last, uint32_t type)
 
void setup_preferences ()
 
void preferences_prevent_write (bool prevent)
 

Variables

uint32_t _SPIFFS_end
 

Function Documentation

◆ calculate_crc()

template<class It >
uint32_t esphome::esp8266::calculate_crc ( It  first,
It  last,
uint32_t  type 
)

Definition at line 70 of file preferences.cpp.

◆ preferences_prevent_write()

void esphome::esp8266::preferences_prevent_write ( bool  prevent)

Definition at line 283 of file preferences.cpp.

◆ setup_preferences()

void esphome::esp8266::setup_preferences ( )

Definition at line 278 of file preferences.cpp.

Variable Documentation

◆ _SPIFFS_end

uint32_t esphome::esp8266::_SPIFFS_end

Definition at line 58 of file preferences.cpp.