EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
nvm.c File Reference

Detailed Description

Non-Volatile Memory Wear-Leveling driver API implementation.

Version
5.1.2

License

(C) Copyright 2015 Silicon Labs, http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file nvm.c.

#include <stdbool.h>
#include <stddef.h>
#include "nvm.h"

Go to the source code of this file.

Functions

Ecode_t NVM_Erase (uint32_t eraseCount)
 Erase the entire allocated NVM area. More...
 
Ecode_t NVM_Init (NVM_Config_t const *config)
 Initialize the NVM manager. More...
 
Ecode_t NVM_Read (uint16_t pageId, uint8_t objectId)
 Read an object or an entire page. More...
 
Ecode_t NVM_Write (uint16_t pageId, uint8_t objectId)
 Write an object or a page. More...