Data Fields
NVS_Attrs Struct Reference

NVS attributes. More...

#include <NVS.h>

Data Fields

void * regionBase
 
size_t regionSize
 
size_t sectorSize
 

Detailed Description

NVS attributes.

The address of an NVS_Attrs structure is passed to NVS_getAttrs().

See also
NVS_getAttrs()

Field Documentation

§ regionBase

void* NVS_Attrs::regionBase

Base address of the NVS region. If the NVS region is not directly accessible by the MCU (such as SPI flash), this field will be set to NVS_REGION_NOT_ADDRESSABLE.

§ regionSize

size_t NVS_Attrs::regionSize

NVS region size in bytes.

§ sectorSize

size_t NVS_Attrs::sectorSize

Erase sector size in bytes. This attribute is device specific.


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale