MI_GetNDmaArbitramentMode

Syntax

#include <twl/mi.h>

u32 MI_GetNDmaArbitramentMode( void );

Arguments

None.

Return Values

DMA arbitration method.
If MI_NDMA_ARBITRAMENT_FIX, the fixed method is used.
If MI_NDMA_ARBITRAMENT_ROUND, the round-robin method is used.

Description

Gets the currently configured DMA arbitration method of the new TWL DMA.

Internal Operation

Accesses the DMA_GCNT register.

See Also

MI_SetNDmaArbitrament
MI_GetNDmaArbitramentRoundRobinCycle

Revision History

2008/10/30 Corrected the function name.
2007/09/07 Initial version.


CONFIDENTIAL