2009-04-20 20:29:20 +02:00
|
|
|
#include "nvm.h"
|
2009-05-04 00:50:35 +02:00
|
|
|
/*NVM_Write 0x00006ec5*/
|
2009-04-20 20:29:20 +02:00
|
|
|
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;
|