hw_AC97.h
资源名称:SMDK2440.rar [点击查看]
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:0k
源码类别:
Windows CE
开发平台:
Windows_Unix
- // 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);