📄 hw_ac97.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 + -