Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/snd/ARM9/src/
Dsnd_interface.c28 #define PushCommand( c, a0, a1, a2, a3 ) PushCommand_impl( (c), (u32)(a0), (u32)(a1), (u32)(a2), (u…
36 static void PushCommand_impl(SNDCommandID command, u32 arg0, u32 arg1, u32 arg2, u32 arg3);
413 static void PushCommand_impl(SNDCommandID id, u32 arg0, u32 arg1, u32 arg2, u32 arg3) in PushCommand_impl() function