HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
NVS Module

All NVS-related types, enums, and functions for Non-Volatile Storage operations. More...

Files

file  BaseNvs.h
 Abstract base class for Non-Volatile Storage implementations in the HardFOC system.
 
file  EspNvs.h
 World-class ESP32-C6 NVS storage implementation with ESP-IDF v5.5+ features.
 

Classes

class  BaseNvs
 Abstract base class for non-volatile storage operations. More...
 

Macros

#define HF_NVS_ERR_LIST(X)
 HardFOC NVS error codes.
 

Detailed Description

All NVS-related types, enums, and functions for Non-Volatile Storage operations.

Macro Definition Documentation

◆ HF_NVS_ERR_LIST

#define HF_NVS_ERR_LIST ( X)

HardFOC NVS error codes.

Comprehensive error enumeration for all NVS operations in the system. This enumeration is used across all NVS-related classes to provide consistent error reporting and handling.