hw_AC97.h
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:0k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. // Functions controlling the AC97 controller features
  2. // Function prototypes Public Interface
  3. // 
  4. BOOL AC97_Init(void); // Init the controller
  5. BOOL AC97_Deinit(void); // Deinit the controller 
  6. void WriteCodecRegister(UCHAR Reg, USHORT Val);
  7. USHORT ReadCodecRegister(UCHAR);
  8. void AC97_InitCodec(void);
  9. void Delay(USHORT);