代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
flash.c
/*
*********************************************************************************************************
* Flash(SST39LF040) Driver for C8051F340 MCU
* version 1.0
* File : flash.c
* By :
flash.h
/*
*********************************************************************************************************
* Flash(SST39LF040) Driver for C8051FXXX MCU
* version 1.0
* File : flash.h
* By :
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.c
#include
#include
#include
#include "ioregs.h"
#include "flash.h"
//初始化串口1
char str[20];
void init_uart1(void)
{
IO_UBRLCR1 = (IO_UBRLCR1 & ~BRDIV) | BR_
flash.h
/*
定义flash的基地址
RAM的基地址
*/
#define FLASH_START 0x70000000
#define RAM_START 0xC0000000
#define FLASH(offset) (FLASH_START + (offset))
#define FLASH_BYTE(offset) (*(volatile unsigned char
flash.h
/*
定义flash的基地址
RAM的基地址
*/
#define FLASH_START 0x70000000
#define RAM_START 0xC0000000
#define FLASH(offset) (FLASH_START + (offset))
#define FLASH_BYTE(offset) (*(volatile unsigned char
flash.js
function insertFlash(elm, url, w, h, id) {
if (!document.getElementById(elm)) return;
var str = '';
str += '