#include <nitro/card.h>
void CARD_GetCacheFlushThreshold(u32 *icache, u32 *dcache);
icache | Pointer to the location where the threshold for flushing the instruction cache should be stored. When this is unnecessary, NULL can be specified. |
dcache | Pointer to the location where the threshold for flushing the data cache should be stored. When this is unnecessary, NULL can be specified. |
None.
Gets the threshold value for switching the method used to invalidate the cache when DMA transfer is required inside the library. For details, see the description of the CARD_SetCacheFlushThreshold
function.
2007/05/16 Initial version.
CONFIDENTIAL