Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/twl/mi/common/
DsharedWram.h715 int MI_CancelWram( MIWramPos wram, MIWramProc proc );
716 #define MI_CancelWram_A(proc) MI_CancelWram( MI_WRAM_A, proc )
717 #define MI_CancelWram_B(proc) MI_CancelWram( MI_WRAM_B, proc )
718 #define MI_CancelWram_C(proc) MI_CancelWram( MI_WRAM_C, proc )
/TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c1792 int MI_CancelWram( MIWramPos wram, MIWramProc proc ) in MI_CancelWram() function