HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_nvs_entry_info_t Struct Reference

ESP32 NVS entry information. More...

#include <EspTypes_NVS.h>

Public Member Functions

 hf_nvs_entry_info_t () noexcept
 

Public Attributes

char key [HF_NVS_MAX_KEY_LENGTH+1]
 Entry key.
 
hf_nvs_type_t type
 Entry type.
 
size_t size
 Entry size.
 
uint32_t crc
 Entry CRC.
 

Detailed Description

ESP32 NVS entry information.

Constructor & Destructor Documentation

◆ hf_nvs_entry_info_t()

hf_nvs_entry_info_t::hf_nvs_entry_info_t ( )
inlinenoexcept

Member Data Documentation

◆ crc

uint32_t hf_nvs_entry_info_t::crc

Entry CRC.

◆ key

char hf_nvs_entry_info_t::key[HF_NVS_MAX_KEY_LENGTH+1]

Entry key.

◆ size

size_t hf_nvs_entry_info_t::size

Entry size.

◆ type

hf_nvs_type_t hf_nvs_entry_info_t::type

Entry type.


The documentation for this struct was generated from the following file: