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 will do everything it needs to do to initialise the AC Link Controller.
short int AC97_Init( volatile GPIO_REGS*v_pGPIOReg, BYTE DevId ); short int InitAcLink( volatile GPIO_REGS*v_pGPIOReg, BYTE DevId );
v_pGPIOReg
Pointer to GPIO-Registers.
DevId
0, reserved for future use.
If this function succeeds, the return value is SUCCESS.
If the function fails, the return value is FALSE.
This will configure the GPIO's of the XScale-Controller and perform a Cold-Reset on the AC97-Unit. Keep in mind that other drivers/programms that use the AC97-Link (e.g. Touch-driver) won't really appreciate a Cold-Reset! In most cases it is recommended to use AC97_Alloc instead.
OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib