Home
last modified time | relevance | path

Searched refs:MI_IsWramSlotUsed (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.5/include/twl/mi/common/
DsharedWram.h896 BOOL MI_IsWramSlotUsed( MIWramPos wram, int slot );
897 #define MI_IsWramSlotUsed_A(slot) MI_IsWramSlotUsed( MI_WRAM_A, slot )
898 #define MI_IsWramSlotUsed_B(slot) MI_IsWramSlotUsed( MI_WRAM_B, slot )
899 #define MI_IsWramSlotUsed_C(slot) MI_IsWramSlotUsed( MI_WRAM_C, slot )
/TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c199 if (!MI_IsWramSlotUsed(wram, slot) || in DSPi_CommitWram()
991 if (MI_IsWramSlotUsed(MI_WRAM_B, slot)) in DSP_IsProcessMemoryReady()
1004 if (MI_IsWramSlotUsed(MI_WRAM_C, slot)) in DSP_IsProcessMemoryReady()
/TwlSDK-5.5/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c2223 BOOL MI_IsWramSlotUsed( MIWramPos wram, int slot ) in MI_IsWramSlotUsed() function