TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
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_ExitFxn exitFxn
 
NVS_GetAttrsFxn getAttrsFxn
 
NVS_InitFxn initFxn
 
NVS_OpenFxn openFxn
 
NVS_ReadFxn readFxn
 
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

NVS_CloseFxn NVS_FxnTable::closeFxn

Function to close the specified NVS block

NVS_ControlFxn NVS_FxnTable::controlFxn

Function to apply control command to the specified NVS block

NVS_ExitFxn NVS_FxnTable::exitFxn

Function to de-initialize the NVS module

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_OpenFxn NVS_FxnTable::openFxn

Function to open an NVS block

NVS_ReadFxn NVS_FxnTable::readFxn

Function to read from the specified NVS block

NVS_WriteFxn NVS_FxnTable::writeFxn

Function to write to the specified NVS block


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