EFM32 Giant Gecko Software Documentation
efm32gg-doc-4.2.1
|
Non-Volatile Memory Wear-Leveling driver API implementation. More...
Go to the source code of this file.
Functions | |
Ecode_t | NVM_Init (NVM_Config_t const *config) |
Initialize the NVM manager. More... | |
Ecode_t | NVM_Erase (uint32_t eraseCount) |
Erase the entire allocated NVM area. More... | |
Ecode_t | NVM_Write (uint16_t pageId, uint8_t objectId) |
Write an object or a page. More... | |
Ecode_t | NVM_Read (uint16_t pageId, uint8_t objectId) |
Read an object or an entire page. More... | |
(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.