资源简介
ATmega16
ifndef __iom16v_h
#define __iom16v_h
#define uchar unsigned char
#define uint unsigned int
#ifndef BIT
#define BIT(x) (1 << (x))
#endif
/* ATmega16 header file for
* ImageCraft ICCAVR compiler
*/
/* 2 wire serial interface */
#define TWBR (*(volatile unsigned char *)0x20)
#define TWSR (*(volatile unsigned char *)0x21)
#define TWPS1 1
#define TWPS0 0
#define TWCR (*(volatile unsigned char *)0x56)
#define TWINT 7
#define TWEA 6
#define TWSTA 5
#define TWSTO 4
#define TWWC 3
#define TWEN 2
#define TWIE 0
#define TWAR (*(volatile unsigned char *)0x22)
#define TWGCE 0
#define TWDR (*(volatile unsigned char *)0x23)
ifndef __iom16v_h
#define __iom16v_h
#define uchar unsigned char
#define uint unsigned int
#ifndef BIT
#define BIT(x) (1 << (x))
#endif
/* ATmega16 header file for
* ImageCraft ICCAVR compiler
*/
/* 2 wire serial interface */
#define TWBR (*(volatile unsigned char *)0x20)
#define TWSR (*(volatile unsigned char *)0x21)
#define TWPS1 1
#define TWPS0 0
#define TWCR (*(volatile unsigned char *)0x56)
#define TWINT 7
#define TWEA 6
#define TWSTA 5
#define TWSTO 4
#define TWWC 3
#define TWEN 2
#define TWIE 0
#define TWAR (*(volatile unsigned char *)0x22)
#define TWGCE 0
#define TWDR (*(volatile unsigned char *)0x23)
代码片段和文件信息
- 上一篇:计算机科学导论论文
- 下一篇:微信小程序获取用户信息和自定义token两种方法
相关资源
- DSP_F2812的头文件、源文件和CMD文件
- bios .h(添加bios.h的头文件).rar
- opengl头文件glext.h
- 头文件-lodepng.h
- socket 1.0自己写的socket内部实现函数,
- math.h头文件
- USB通信头文件,包括devioctl.h usbioctl
- 将wav格式转换为PCM格式
- freetype的Lib、头文件及调用样例
- CSpreadSheet类含头文件.h和.cpp.rar
- jni.h头文件
- MSTCPIP.H
- emmintrin.h和xmmintrin.h头文件
- 多线程头文件omp.h
- <>自带的头文件
- CCS6.2版本Dsp28335工程(包含基本模块的
- dinput.h头文件
- stc12c5a60s2头文件
- glaux库,包括头文件lib以及dll
- iOS截屏相关头文件
- 头文件reg51.h
- C8051F单片机头文件.rar
- windows.h 头文件
- conio.h头文件
- 头文件 qedit.h
- stc12c5a60s2的头文件
- CUDA_BY_EXAMPLE自带的几个头文件
- stm32f10x_conf.h
- OPC Foundation的一些头文件等,32位64位
- zemax 镜头文件
评论
共有 条评论