#include <twl/mi.h>
u32 MI_GetNDmaIntervalPrescaler( u32 ndmaNo );
ndmaNo | DMA number to get settings for (0-3). |
Prescaler value of the block transfer interval timer.
Gets the prescaler setting of the block transfer interval timer.
It gets the prescaler setting of the block transfer interval timer for the new TWL DMA specified in ndmaNo.
The function can obtain the following values:
Value | Description |
---|---|
MI_NDMA_INTERVAL_PS_1 |
System clock (33.514 MHz) |
MI_NDMA_INTERVAL_PS_4 |
1/4th of the system clock |
MI_NDMA_INTERVAL_PS_16 |
1/16th of the system clock |
MI_NDMA_INTERVAL_PS_64 |
1/64th of the system clock |
2007/09/07 Initial version.
CONFIDENTIAL