代码搜索结果

找到约 10,000 项符合 Flash 的代码

flash.h

/* * MIRACL C++ Header file flash.h * * AUTHOR : N.Coghlan * Modified by M.Scott * * PURPOSE : Definition of class Flash * * Copyright

flash.cpp

/* * MIRACL C++ Flash functions flash.cpp * * AUTHOR : N.Coghlan * Modified by M.Scott * * PURPOSE : Implementation of Class Flash functions

flash.h

#ifndef __FLASH_H #define __FLASH_H #define SECTOR_SIZE 0x1000 #define FlashSector(addr) ((addr)&~(SECTOR_SIZE-1)) #define ROM_BASE 0 #define CMD_ADDR0 *((volatile unsigned short *)(0x5555*2

flash.c

#include "../inc/44blib.h" #include "../inc/flash.h" static unsigned char state = 0; static void CFIQueryExit(void) { CMD_ADDR0 = 0xaaaa; CMD_ADDR1 = 0x5555; CMD_ADDR0 = 0xf0f0; state

flash.cmd

MEMORY { PAGE 0 : OTP : origin = 0x3D7800, length = 0x000800 FLASHJ : origin = 0x3D8000, length = 0x002000 FLASHI : origin = 0x3DA000, length = 0x002000 FLASHH

flash.c

/****************************************************************************\ 文件名:flash.c 编写者:czhang 描述:用于MSP430F149。 FLASH存储器读写、擦除。时钟源:MCLK 8MHz 版本:1.0 2005-2-19 \***********************

flash.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [State Storage] Control Register=4522 [Sequencer] Con