AIGetDMAEnableFlag

C Specification

#include <revolution.h>
u16 AIGetDMAEnableFlag(void);

Arguments

None.

Return Values

Returns 1 if the AI DMA is currently active. Returns 0 if the DMA is stopped.

Description

The AIGetDMAEnableFlag function gets the current AI DMA operational status.

See Also

AIInitDMA, AIStartDMA

Revision History

03/01/2006 Initial version.