|  |  | 
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>
The definition of an NVS function table that contains the required set of functions to control a specific NVS driver implementation.
| NVS_CloseFxn NVS_FxnTable::closeFxn | 
Function to close the specified NVS region
| NVS_ControlFxn NVS_FxnTable::controlFxn | 
Function to apply control command to the specified NVS region
| NVS_EraseFxn NVS_FxnTable::eraseFxn | 
Function to erase a portion of the specified NVS region
| NVS_GetAttrsFxn NVS_FxnTable::getAttrsFxn | 
Function to get the NVS device-specific attributes
| NVS_InitFxn NVS_FxnTable::initFxn | 
Function to initialize the NVS module
| NVS_LockFxn NVS_FxnTable::lockFxn | 
Function to lock the specified NVS flash region
| NVS_OpenFxn NVS_FxnTable::openFxn | 
Function to open an NVS region
| NVS_ReadFxn NVS_FxnTable::readFxn | 
Function to read from the specified NVS region
| NVS_UnlockFxn NVS_FxnTable::unlockFxn | 
Function to unlock the specified NVS flash region
| NVS_WriteFxn NVS_FxnTable::writeFxn | 
Function to write to the specified NVS region