⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ht48c50-1.h

📁 Holtek单片机源码:此应用示范了使用HT48C10单片机的 16 位定时计数器产生内部中断以实现计时功能。这个应用依靠系统时钟频率作为计时的基准。此处所示的应用使用了 400KHz的系统时钟
💻 H
字号:
// HT48C50-1.H
//	This file contains the definition of registers for
//		Holtek HT48C50-1 microcontroller.
//	Generated by Cfg2IncH V1.1.
//	[Version] 6.2, 4

//	Do not modify manually.

#ifndef _HOLTEK_H_
#define _HOLTEK_H_

unsigned char _iar0	@0x00;
unsigned char _mp0	@0x01;
unsigned char _iar1	@0x02;
unsigned char _mp1	@0x03;
unsigned char _acc	@0x05;
unsigned char _pcl	@0x06;
unsigned char _tblp	@0x07;
unsigned char _tblh	@0x08;
unsigned char _wdts	@0x09;
unsigned char _status	@0x0a;
unsigned char _intc	@0x0b;
unsigned char _tmr0	@0x0d;
unsigned char _tmr0c	@0x0e;
unsigned char _tmr1h	@0x0f;
unsigned char _tmr1l	@0x10;
unsigned char _tmr1c	@0x11;
unsigned char _pa	@0x12;
unsigned char _pac	@0x13;
unsigned char _pb	@0x14;
unsigned char _pbc	@0x15;
unsigned char _pc	@0x16;
unsigned char _pcc	@0x17;
unsigned char _pd	@0x18;
unsigned char _pdc	@0x19;
unsigned char _pg	@0x1e;
unsigned char _pgc	@0x1f;

#define _c	_0a_0
#define _ac	_0a_1
#define _z	_0a_2
#define _ov	_0a_3
#define _pdf	_0a_4
#define _to	_0a_5
#define _emi	_0b_0
#define _eei	_0b_1
#define _et0i	_0b_2
#define _et1i	_0b_3
#define _eif	_0b_4
#define _t0f	_0b_5
#define _t1f	_0b_6
#define _t0psc0	_0e_0
#define _t0psc1	_0e_1
#define _t0psc2	_0e_2
#define _t0e	_0e_3
#define _t0on	_0e_4
#define _t0m0	_0e_6
#define _t0m1	_0e_7
#define _t1e	_11_3
#define _t1on	_11_4
#define _t1m0	_11_6
#define _t1m1	_11_7
#define _pa0	_12_0
#define _pa1	_12_1
#define _pa2	_12_2
#define _pa3	_12_3
#define _pa4	_12_4
#define _pa5	_12_5
#define _pa6	_12_6
#define _pa7	_12_7
#define _pb0	_14_0
#define _pb1	_14_1
#define _pb2	_14_2
#define _pb3	_14_3
#define _pb4	_14_4
#define _pb5	_14_5
#define _pb6	_14_6
#define _pb7	_14_7
#define _pc0	_16_0
#define _pc1	_16_1
#define _pc2	_16_2
#define _pc3	_16_3
#define _pc4	_16_4
#define _pc5	_16_5
#define _pc6	_16_6
#define _pc7	_16_7
#define _pd0	_18_0
#define _pd1	_18_1
#define _pd2	_18_2
#define _pd3	_18_3
#define _pd4	_18_4
#define _pd5	_18_5
#define _pd6	_18_6
#define _pd7	_18_7
#define _pg0	_1e_0
#define _pg1	_1e_1
#define _pg2	_1e_2

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -