代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
#ifndef _FLASH_
#define _FLASH_
#include "DataType.h"
/**************************************************************************
函数:SetProtectAddress
作用:设置块保护寄存器的值
参数: address --保护寄存器的值
**
flash.lis
.module flash.c
.area text
0000 .dbfile flash.c
0000 .dbfunc e SetProtectAddress _SetProtectAddress fV
0000
flash.prj
[Project]
TYPE=C
MCU=MC68HC908GP32
CC=D:\PROGRA~1\MT-IDE\bin
INCLUDE=D:\PROGRA~1\MT-IDE\Include
LIB=D:\PROGRA~1\MT-IDE\Lib
[Property]
FSTART=0X9000
RSTART=0X0040
REND=0X023F
STACK=0X023F
flash.o
XH
H 2 areas 9 global symbols
M flash.c
S __r0 Ref0000
S __r1 Ref0000
S __r2 Ref0000
S __r3 Ref0000
S _memcpy Ref0000
A text size 13C flags 0
dbfile flash.c
dbfunc e SetProtectAddress 0 fV
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
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
flash.c
/**************************************************************************************************
*
* Copyright (c) 2002
flash.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta
flash.h
//*****************************************************************************
//
// flash.h - Prototypes for the flash driver.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights rese
flash.c
/*
FreeRTOS.org V5.0.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it