头文件AT89x051.H
时间:05-06
来源:互联网
点击:
/*------------------------------------------------
Interrupt Vectors:
Interrupt Address = (Number * 8) + 3
------------------------------------------------*/
#define IE0_VECTOR 0 /* 0x03 External interrupt 0 */
#define TF0_VECTOR 1 /* 0x0B Timer 0 */
#define IE1_VECTOR 2 /* 0x13 External interrupt 1 */
#define TF1_VECTOR 3 /* 0x1B Timer 1 */
#define SIO_VECTOR 4 /* 0x23 Serial port */
/*------------------------------------------------
------------------------------------------------*/
#endif
- AT89x051.H头文件代码(08-12)
- RedHatLinux新手入门教程(5)(11-12)
- 内核中的互斥之我见(11-12)
- VxWorks中怎么从Flash BOOT(11-15)
- 在Linux系统中批量建立用户的shell (04-08)
- Redhat和服务器相关软件站点全搜集(04-15)
