Contiki 3.x
|
Cortex-M3 Non-Volatile Memory data storage system. More...
Go to the source code of this file.
Functions | |
uint8_t | halCommonReadFromNvm (void *data, uint32_t offset, uint16_t length) |
Copy the NVM data from flash into the provided RAM location. More... | |
uint16_t * | halCommonGetAddressFromNvm (uint32_t offset) |
Return the address of the token in NVM. More... | |
uint8_t | halCommonWriteToNvm (const void *data, uint32_t offset, uint16_t length) |
Write the NVM data from the provided location RAM into flash. More... | |
Cortex-M3 Non-Volatile Memory data storage system.
This file implements the NVM data storage system. Refer to nvm.h for full documentation of how the NVM data storage system works, is configured, and is accessed.
Definition in file nvm.c.