#ifndef __NVDATAMGMT_H__ #define __NVDATAMGMT_H__ #include "BLCommon.h" /** * @defgroup NVDataMgmt NVDataMgmt * @brief Non-volatile data management module. Handles Bank 7 of the TI processor and the * RAM of the RTC chip. * * @addtogroup NVDataMgmt * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initNVDataMgmt( void ); void clearSWUpdateNVStatus( void ); BOOL handleUpdatingFlash( U08* dataToWrite ); BOOL isFWCRCTableValid( void ); /**@}*/ #endif