Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function AC97_ColdReset performs a cold reset on the AC97-Unit of the XScale-Processor.

short int AC97_ColdReset( void);   
short int Ac97ColdReset( void);   

Parameters

none

Return Values

If the function succeeds, the return value is SUCCESS.
If the function fails, the return value is FALSE.

Remarks

View the XScale-Datasheet for a detailled description.

Requirements

OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib

See Also

AC97_Init

  • No labels