hw_ac97.h
来自「wince底层驱动开发代码 ARM作为一种嵌入式系统处理器」· C头文件 代码 · 共 13 行
H
13 行
// 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 + =
减小字号Ctrl + -
显示快捷键?