資源簡介
S3C2410AD驅動完整程序,S3C2410AD驅動完整程序。
代碼片段和文件信息
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
//#include?“s3c2410-adc.h“
#undef?DEBUG
//#define?DEBUG
#ifdef?DEBUG
#define?DPRINTK(x...)?{printk(__FUNCTION__“(%d):?“__LINE__);printk(##x);}
#else
#define?DPRINTK(x...)?(void)(0)
#endif
#define?USE_IRQ_WAITQUEUE?0
#define?DEVICE_NAME????????“adc“
#define?ADCRAW_MINOR????????1
////////////////////////////////////////////
#ifndef?_S3C2410_ADC_H_
#define?_S3C2410_ADC_H_
#define?ADC_WRITE(ch?prescale)????????((ch)<<16|(prescale))
#define?ADC_WRITE_GETCH(data)????????(((data)>>16)&0x7)
#define?ADC_WRITE_GETPR
- 上一篇:chrome插件web developer
- 下一篇:南昌大學數據結構期末試卷
評論
共有 條評論