- 1、本文档共8页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
89C52.H
欢迎来到 HackC!
Language/语言:?? ?? ??????
程序源码搜索引擎 ?? ??
窗体底端
AT89S52.H in MFRC500.rar
本程序是基于MFRC500射频卡读写器的单片机控制程序,所用单...原文链接
/*--------------------------------------------------------------------------
AT89S52.H
Header file for the Atmel AT89S52.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
--------------------------------------------------------------------------*/
#ifndef __AT89S52_H__
#define __AT89S52_H__
/*------------------------------------------------
Byte Registers
Note: Only Registers located on addresses that
are evenly divisible by 8 are bit addressable.
All other registers use bit masks.
------------------------------------------------*/
sfr P0 = 0x80; /* Port 0 */
sfr SP = 0x81; /* Stack Pointer */
sfr DPL = 0x82; /* Data Pointer Low Byte */
sfr DP0L = 0x82; /* Alternate Definition */
sfr DPH = 0x83; /* Data Pointer High Byte */
sfr DP0H = 0x83; /* Alternate Definition */
sfr DP1L = 0x84; /* Data Pointer 1 Low Byte */
sfr DP1H = 0x85; /* Data Pointer 1 High Byte */
sfr PCON = 0x87; /* Power Control Register */
sfr TCON = 0x88; /* Timer Control Register */
sfr TMOD = 0x89; /* Timer Mode Control Register */
sfr TL0 = 0x8A; /* Timer 0 Low Byte */
sfr TL1 = 0x8B; /* Timer 1 Low Byte */
sfr TH0 = 0x8C; /* Timer 0 High Byte */
sfr TH1 = 0x8D; /* Timer 1 High Byte */
sfr AUXR = 0x8E; /* Auxiliary Register*/
sfr P1 = 0x90; /* Port 1 */
sfr SCON = 0x98; /* Serial Port Control */
sfr SBUF = 0x99; /* Serial Port Buffer */
sfr P2 = 0xA0; /* Port 2 */
sfr AUXR1 = 0xA2; /* Auxiliary Register1 */
sfr WDTRST = 0xA6; /* Watch Dog Timer Reset */
sfr IE = 0xA8; /* Interrupt Enable Register 0 */
sfr P3 = 0xB0; /* Port 3 */
sfr IP = 0xB8; /* Interrupt Priority Register */
sfr T2CON = 0xC8; /* Timer 2 Control
您可能关注的文档
- 2010卫生c.doc
- 2010年全国职称英语等级考试卫生类 C级 阅读文章译文.doc
- 2010年普通高等学校招生全国统一考试西工大附中第二次适应性训练.doc
- 2010年新人教英语.doc
- 2010年职称英语考试卫生类(C级)(京华网校提供).doc
- 2010英语福建版40天冲刺语词汇检测练习.doc
- 2010高三第一轮复习英语模拟试卷.doc
- 2011_4_7_9_20_32_171全等三角形.doc
- 2011年反风演习报告总结1.doc
- 2011职称英语考试卫生C真题与解析.doc
- 磁力引擎:2024快手白酒行业洞察报告 白酒行业双擎时代的新桥接.docx
- 房地产 -陇南通用航空机场低空经济产业园概念规划.docx
- 【华创证券】亿航智能(EH):深度研究报告:国内布局领先的eVTOL主机厂.docx
- 新能源行业:锂电板块2024Q3持仓分析报告.docx
- 房地产-包头稀土高新技术产业开发区招商手册 2024 .docx
- 房地产 总承包工程技术标述标汇报 -总承包工程技术标答辩标准范本2023版.docx
- 数据要素白皮书(2024年)-中国通信标准化协会.docx
- 培训课件 -⽤数据说话:培训总结与规划 -年度总结:如何通过数据将培训结果可视化.docx
- 培训课件 -消防月全员消防安全知识培训.pdf
- 应急管理解决方案.docx
文档评论(0)