Access to information is restricted depending on your login.
Request login-information through our contact form.
Access to information is restricted depending on your login.
Request login-information through our contact form.
This function is responsible for reading the codec register specified by the Offset parameter and returning it back to the calling function. The contents will be passed by referencing the Data pointer.
short int AC97_Read( BYTE Offset, unsigned short int * Data, BYTE DevId );
Offset
Offset-parameter of the codec-register.
Data
Pointer to the variable that receives the data read.
DevId
0, reserved for future use.
If the function succeeds, the return value is SUCCESS.
If the function fails, the return value is FALSE.
Don't call AC97_Lock before using this function. It will use the same Mutex to lock access to the AC97-Link!!
OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib