rtconfig.h

来自「realtek562x系列驱动源码。wince」· C头文件 代码 · 共 28 行

H
28
字号
#ifndef __RTCONFIG_H__
#define __RTCONFIG_H__

//Set what interface was used??
//default set to AC97
#define USE_I2S_INTERFACE 	FALSE

#if USE_I2S_INTERFACE

//ALC5620/ALC5621/ALC5622/ALC5623 is use I2C+I2S interface
#define RT_ALC5621	FALSE
#define RT_ALC5620	TRUE


#else

//ALC5610/ALC5611 is use AC97 interface 
#define RT_ALC5610	TRUE

//Use Reset Pin as Pendown
#define USE_RESET_PIN_AS_PENDOWN	FALSE

#endif

//default the speaker is use CLASS_AB
#define USE_CLASS_AB_SPEAKER		TRUE

#endif //__RTCONFIG_H__

⌨️ 快捷键说明

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