ESPHome  2024.4.1
Data Structures | Functions | Variables
esphome::rp2040 Namespace Reference

Data Structures

class  RP2040GPIOPin
 

Functions

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

Variables

uint8_t _EEPROM_start
 

Function Documentation

◆ calculate_crc()

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

Definition at line 30 of file preferences.cpp.

◆ preferences_prevent_write()

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

Definition at line 152 of file preferences.cpp.

◆ setup_preferences()

void esphome::rp2040::setup_preferences ( )

Definition at line 147 of file preferences.cpp.

Variable Documentation

◆ _EEPROM_start

uint8_t esphome::rp2040::_EEPROM_start

Definition at line 28 of file preferences.cpp.