address for nvm write.
This commit is contained in:
parent
f7cc777ee1
commit
8b88d34678
|
@ -1,5 +1,5 @@
|
|||
#include "nvm.h"
|
||||
|
||||
/*NVM_Write 0x00006ec5*/
|
||||
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 a new issue