Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/twl/mi/common/
DsharedWram.h777 int MI_UnlockWramSlots( MIWramPos wram, u32 slots );
778 #define MI_UnlockWramSlots_A(slots) MI_UnlockWramSlots( MI_WRAM_A, slots )
779 #define MI_UnlockWramSlots_B(slots) MI_UnlockWramSlots( MI_WRAM_B, slots )
780 #define MI_UnlockWramSlots_C(slots) MI_UnlockWramSlots( MI_WRAM_C, slots )
/TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c2008 int MI_UnlockWramSlots( MIWramPos wram, u32 slots ) in MI_UnlockWramSlots() function