mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-25 13:31:37 +00:00
nvm source file
This commit is contained in:
parent
e012142abe
commit
4f45e43984
5
src/nvm.c
Normal file
5
src/nvm.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include "nvm.h"
|
||||
|
||||
volatile nvmErr_t (*nvm_detect)(nvmInterface_t nvmInterface,nvmType_t* pNvmType) = 0x00006cb9;
|
||||
volatile nvmErr_t (*nvm_read)(nvmInterface_t nvmInterface , nvmType_t nvmType , void *pDest, uint32_t address, uint32_t numBytes) = 0x00006d69;
|
||||
volatile void(*nvm_setsvar)(uint32_t zero_for_awesome) = 0x00007085;
|
Loading…
Reference in New Issue
Block a user