NVM API implementation. More...
#include <stdbool.h>
#include "nvm.h"
Go to the source code of this file.
Functions | |
Ecode_t | NVM_Init (NVM_Config_t const *config) |
Initialize the NVM manager. | |
Ecode_t | NVM_Erase (uint32_t erasureCount) |
Erase the entire allocated NVM area. | |
Ecode_t | NVM_Write (uint16_t pageId, uint8_t objectId) |
Write an object or a page. | |
Ecode_t | NVM_Read (uint16_t pageId, uint8_t objectId) |
Read an object or an entire page. | |
uint32_t | NVM_WearLevelGet (void) |
Get maximum wear level. |
NVM API implementation.
(C) Copyright 2014 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.