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().

'regionBase' is the base address of the region if directly accessible by the MCU. If the flash region is within external flash (e.g., SPI flash), this field will be set to NVS_REGION_NOT_ADDRESSABLE.

'regionSize' is the size, in bytes, of the NVS region that the application chooses to manage.

'sectorSize' is the size of the sector erase page. This attribute is device specific.

See also
NVS_getAttrs()

Field Documentation

§ regionBase

void* NVS_Attrs::regionBase

§ regionSize

size_t NVS_Attrs::regionSize

Base address of flash region to manage

§ sectorSize

size_t NVS_Attrs::sectorSize

Region size (in bytes)


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated