找回密码
 注册
搜索
查看: 732|回复: 2

[综合资料] 嵌入式系统开发与应用实验教程第二版

[复制链接]
发表于 2006-12-13 10:54:13 | 显示全部楼层 |阅读模式
【文件名】:061213@52RD_理论教材《嵌入式系统开发与应用教程》部分程序代码(1).doc
【格 式】:doc
【大 小】:2756K
【简 介】:
#define DebugOut Uart_Printf

#define min(x1,x2)      ((x1<x2)? x1:x2)
#define max(x1,x2)     ((x1>x2)? x1:x2)

#define ONESEC0      (62500)                                           //16us resolution, max 1.04 sec
#define ONESEC1      (31250)                                           //32us resolution, max 2.09 sec
#define ONESEC2      (15625)                                           //64us resolution, max 4.19 sec
#define ONESEC3      (7812)                                             //128us resolution, max 8.38 sec
#define ONESEC4      (MCLK/128/(0xff+1))         //@60Mhz, 128*4us resolution, max 32.53 sec

#define NULL 0

#define EnterPWDN(clkcon) ((void (*)(int))0xe0)(clkcon)
#define DOWNLOAD_ADDRESS _RAM_STARTADDRESS
/* 8led control register address */
#define       LED8ADDR       (*(volatile unsigned char *)(0x2140000))
#define       LCD           0xFF
#define       UART            0xFE

【目 录】:


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
发表于 2007-3-20 17:13:19 | 显示全部楼层
10RD币,有点过分呀
点评回复

使用道具 举报

发表于 2007-3-23 10:57:30 | 显示全部楼层
靠,不是好东西
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-10-7 00:18 , Processed in 0.046575 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表