Trace: » I2C_ReadRandom » GPIO_Init_Pin » AC97_RawWrite
Access to information is restricted depending on your login.
Request login-information through our contact form.
Table of Contents
AC97_RawWrite
The function AC97_Write is responsible for writing the data specified by the Data parameter to the codec register specified by the Offset parameter.
short int AC97_Write( BYTE Offset, unsigned short int Data ); short int RawAC97Write( BYTE Offset, unsigned short int Data );
Parameters
Offset
Offset-parameter of the codec-register.
Data
Data to be written to the specified codec-register.
Return Values
If the function succeeds, the return value is SUCCESS.
If the function fails, the return value is FALSE.
Remarks
This function does not call AC97_Lock to protect its access to the ac97-link.
Requirements
OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib
See Also
(C) 2009 Keith & Koep GmbH. Alle Rechte vorbehalten. Nutzungsbedingungen
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use