CARD_GetCacheFlushFlag

Syntax

#include <nitro/card.h>

void CARD_GetCacheFlushFlag(BOOL *icache, BOOL *dcache);

Arguments

icache Pointer that stores that instruction cache's auto-invalidation flag.
If not necessary, specify NULL.
dcache Pointer that stores that data cache's auto-invalidation flag.
If not necessary, specify NULL.

Return Values

None.

Description

Finds out whether the invalidation process to flush the cache will take place automatically when a process to load ROM data occurs inside the library.
For details, see the description of the CARD_SetCacheFlushFlag function.

See Also

CARD_SetCacheFlushFlag

Revision History

2008/12/05 Initial version.


CONFIDENTIAL