EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
Non-Volatile Memory Wear-Leveling driver API implementation.
(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.
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... | |