Home
last modified time | relevance | path

Searched refs:MI_GetAllocatableWramSlot (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h828 u8 MI_GetAllocatableWramSlot( MIWramPos wram, MIWramProc proc );
829 #define MI_GetAllocatableWramSlot_A(proc) MI_GetAllocatableWramSlot( MI_WRAM_A, proc )
830 #define MI_GetAllocatableWramSlot_B(proc) MI_GetAllocatableWramSlot( MI_WRAM_B, proc )
831 #define MI_GetAllocatableWramSlot_C(proc) MI_GetAllocatableWramSlot( MI_WRAM_C, proc )
850 #define MI_GetFreeWramSlot(wram) MI_GetAllocatableWramSlot( wram, MI_WRAM_FREE )
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c2120 u8 MI_GetAllocatableWramSlot( MIWramPos wram, MIWramProc proc ) in MI_GetAllocatableWramSlot() function