代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
#ifndef __FLASH_h__
#define __FLASH_h__
// write your header here
void F_FlashWrite1Word(unsigned int,unsigned int);
void F_FlashErase(unsigned int);
unsigned int F_FlashRead();
#endif
flash.asm
//============================================================
// 文件名称:Flash.asm
// 实现功能: SPCE061 32K flash 的读写
// 日期: 2003/6/9
//============================================================
flash.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
flash.h
#ifndef __FLASH_h__
#define __FLASH_h__
// write your header here
void Flash_WriteWord(unsigned int FlashAddr, unsigned int Data);
void Flash_Write(unsigned int FlashAddr, unsigned int *DataBuf, u
flash.lst
##############################################################################
# #
# IAR ARM ANSI C/C++ Compiler V4.30A/W32
flash.c
/*
FreeRTOS V3.2.3 - Copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
flash.h
/*
FreeRTOS V3.2.3 - Copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
flash.c
/*
FreeRTOS V3.2.3 - Copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
flash.bas
Attribute VB_Name = "Flash"
Const PLAYER_SIZE = 98304
Public Type FlashHeader
intIsFlashMovie As Integer '是否是SWF文件,或者发生错误
lMHeight As Long '电影的高 Pix
lMWidth As Long
flash.bas
Attribute VB_Name = "Flash"
Public Type FLASHHEADER
intIsFlashMovie As Integer '是否是SWF文件,或者发生错误
lMHeight As Long '电影的高 Pix
lMWidth As Long '电影的宽 Pix