#include <nitro/wm.h>
WMErrCode WM_SetMPTiming(
WMCallbackFunc callback ,
u16 parentVCount,
u16 childVCount
);
callback |
Designates the callback function to call when the asynchronous process completes. This callback is called from within the interrupt handler. |
parentVCount | Represents the start V count of the parent process during frame synchronous communications. |
childVCount | Represents the start V count of the child process during frame synchronous communications. |
Returns the results of the WMErrCode
enumerated type process.
Sets the timing at which preparations for MP communications should be started during frame synchronous communication mode. For details, see the "Wireless Communication Library Description."
This wrapper function calls the WM_SetMPParameter
function internally.
WM_SetMPParameter, WM_StartMP, WM_SetMPDataToPort
11/24/2005 Initial version.