|
ESPHome 2026.4.0-dev
|
#include <preference_backend.h>
Public Member Functions | |
| bool | save (const uint8_t *data, size_t len) |
| bool | load (uint8_t *data, size_t len) |
Data Fields | |
| size_t | offset = 0 |
| uint32_t | type = 0 |
Definition at line 9 of file preference_backend.h.
| bool esphome::rp2040::RP2040PreferenceBackend::load | ( | uint8_t * | data, |
| size_t | len ) |
Definition at line 61 of file preferences.cpp.
| bool esphome::rp2040::RP2040PreferenceBackend::save | ( | const uint8_t * | data, |
| size_t | len ) |
Definition at line 40 of file preferences.cpp.
| size_t esphome::rp2040::RP2040PreferenceBackend::offset = 0 |
Definition at line 14 of file preference_backend.h.
| uint32_t esphome::rp2040::RP2040PreferenceBackend::type = 0 |
Definition at line 15 of file preference_backend.h.