Data Fields
NVS_FxnTable Struct Reference

The definition of an NVS function table that contains the required set of functions to control a specific NVS driver implementation. More...

#include <NVS.h>

Collaboration diagram for NVS_FxnTable:
Collaboration graph
[legend]

Data Fields

NVS_CloseFxn closeFxn
 
NVS_ControlFxn controlFxn
 
NVS_EraseFxn eraseFxn
 
NVS_GetAttrsFxn getAttrsFxn
 
NVS_InitFxn initFxn
 
NVS_LockFxn lockFxn
 
NVS_OpenFxn openFxn
 
NVS_ReadFxn readFxn
 
NVS_UnlockFxn unlockFxn
 
NVS_WriteFxn writeFxn
 

Detailed Description

The definition of an NVS function table that contains the required set of functions to control a specific NVS driver implementation.

Field Documentation

§ closeFxn

NVS_CloseFxn NVS_FxnTable::closeFxn

Function to close the specified NVS region

§ controlFxn

NVS_ControlFxn NVS_FxnTable::controlFxn

Function to apply control command to the specified NVS region

§ eraseFxn

NVS_EraseFxn NVS_FxnTable::eraseFxn

Function to erase a portion of the specified NVS region

§ getAttrsFxn

NVS_GetAttrsFxn NVS_FxnTable::getAttrsFxn

Function to get the NVS device-specific attributes

§ initFxn

NVS_InitFxn NVS_FxnTable::initFxn

Function to initialize the NVS module

§ lockFxn

NVS_LockFxn NVS_FxnTable::lockFxn

Function to lock the specified NVS flash region

§ openFxn

NVS_OpenFxn NVS_FxnTable::openFxn

Function to open an NVS region

§ readFxn

NVS_ReadFxn NVS_FxnTable::readFxn

Function to read from the specified NVS region

§ unlockFxn

NVS_UnlockFxn NVS_FxnTable::unlockFxn

Function to unlock the specified NVS flash region

§ writeFxn

NVS_WriteFxn NVS_FxnTable::writeFxn

Function to write to the specified NVS region


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