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

📄 hw_ac97.h

📁 扬创yc2440-t2-dm9000 ce 5.0 bsp
💻 H
字号:

// Functions controlling the AC97 controller features


// Function prototypes Public Interface
// 
BOOL AC97_Init(void);						// Init the controller
BOOL AC97_Deinit(void);						// Deinit the controller 
void WriteCodecRegister(UCHAR Reg, USHORT Val);
USHORT ReadCodecRegister(UCHAR);
void AC97_InitCodec(void);
void Delay(USHORT);

⌨️ 快捷键说明

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