idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
NVS Component

Type-safe persistent key-value storage in flash memory. More...

Namespaces

namespace  idfxx
 

Typedefs

typedef uint32_t nvs_handle_t
 
typedef int esp_err_t
 

Detailed Description

Type-safe persistent key-value storage in flash memory.

Provides NVS namespace lifecycle management with type-safe storage for integers (8-64 bits), strings, and binary blobs. Features an explicit commit model for atomic updates.

Depends on Core Utilities for error handling.

Typedef Documentation

◆ esp_err_t

typedef int esp_err_t

Definition at line 33 of file nvs.hpp.

◆ nvs_handle_t

typedef uint32_t nvs_handle_t

Definition at line 32 of file nvs.hpp.