代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.dep
Debug
$PROJ_DIR$\Debug\Exe\flash.d43
$TOOLK
flash.c
#include
#include "flash.h"
void FLASH_ww(int *pData,int nValue)
{
FCTL3 = 0xA500;// LOCK = 0;
FCTL1 = 0xA540;// WRT = 1;
*pData = nValue;
}
void FLASH_wb(ch
flash.h
void FLASH_wb(char *pData,char nValue);
void FLASH_ww(int *pData,int nValue);
void FLASH_clr(int *pData);
flash.mac
execUserPreload()
{
__writeMemory32(0x00000001, 0xE01FC040, "Memory"); // MEMMAP = 1;
}
flash.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
//
flash.mac
execUserPreload()
{
__writeMemory32(0x00000001, 0xE01FC040, "Memory"); // MEMMAP = 1;
}
flash.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
//
flash.mac
execUserPreload()
{
__writeMemory32(0x00000001, 0xE01FC040, "Memory"); // MEMMAP = 1;
}
flash.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
//
flash.mac
execUserPreload()
{
__writeMemory32(0x00000001, 0xE01FC040, "Memory"); // MEMMAP = 1;
}