Data Structures | Variables
NVSRAM.h File Reference

Detailed Description

RAM implementation of the NVS driver.

============================================================================

This NVS driver implementation makes use of RAM instead of FLASH memory. It can be used for developing code which relies the NVS driver without wearing down FLASH memory.

The NVS header file should be included in an application as follows:


#include <stdint.h>
#include <stdbool.h>
Include dependency graph for NVSRAM.h:

Go to the source code of this file.

Data Structures

struct  NVSRAM_HWAttrs
 NVSRAM Hardware Attributes. More...
 
struct  NVSRAM_Object
 

Variables

const NVS_FxnTable NVSRAM_fxnTable
 

Variable Documentation

§ NVSRAM_fxnTable

const NVS_FxnTable NVSRAM_fxnTable
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale