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

📄 rtconfig.h

📁 realtek562x系列驱动源码。wince
💻 H
字号:
#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 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -