代码搜索结果

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

flash.c

//[Flash.c]Flash擦写-------------------------------------------------------* //本文件包含: * // (1)Flash_Erase_Sector:擦除一个指定的扇区

flash.h

//[Flash.h]Flash擦写头文件-------------------------------------------------- //Flash擦写需要用到的头文件 #include //MCU映像寄存器名 #include "Type.h" //类型别名定义 //Flash擦写相关函数声明 //写入FLAS

flash.c

//[Flash.c]Flash擦写-------------------------------------------------------* //本文件包含: * // (1)Flash_Erase_Sector:擦除一个指定的扇区

flash.h

//[Flash.h]Flash擦写头文件-------------------------------------------------- //Flash擦写需要用到的头文件 #include #include "Type.h" //类型别名定义 #include "SCI.h" //串行通信头文件 //Flash擦写相关函

flash.c

//[Flash.c]Flash擦写-------------------------------------------------------* //本文件包含: * // (1)Flash_Erase_Sector:擦除一个指定的扇区

flash.h

//[Flash.h]Flash擦写头文件-------------------------------------------------- //Flash擦写需要用到的头文件 #include //MCU映像寄存器名 #include "Type.h" //类型别名定义 //Flash擦写相关函数声明 //写入FLAS

flash.h

/* * File: flash.h * * This is an interface to a utility which allows the caller to read and * write to non-volatile flash memory. This is an abstraction of generic * flash and the functionality

flash.c

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