Searched refs:result (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-WPAD-WBC-3.1/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 52 static void extensionCallback ( s32 chan, s32 result ); 65 static void ZeroSetStart2( s32 chan, s32 result ) in ZeroSetStart2() argument 67 #pragma unused(chan, result) in ZeroSetStart2() 82 static void ZeroSetStart( s32 chan, s32 result ) in ZeroSetStart() argument 84 #pragma unused(chan, result) in ZeroSetStart() 260 static void extensionCallback(s32 chan, s32 result) in extensionCallback() argument 262 switch(result) in extensionCallback()
|
| D | balance.c | 52 static void extensionCallback ( s32 chan, s32 result ); 65 static void ZeroSetStart2( s32 chan, s32 result ) in ZeroSetStart2() argument 67 #pragma unused(chan, result) in ZeroSetStart2() 82 static void ZeroSetStart( s32 chan, s32 result ) in ZeroSetStart() argument 84 #pragma unused(chan, result) in ZeroSetStart() 297 static void extensionCallback(s32 chan, s32 result) in extensionCallback() argument 299 switch(result) in extensionCallback()
|
| D | handling_weight.c | 65 void extensionCallback ( s32 chan, s32 result ); 92 static void ctrlWbc( s32 chan, s32 result ) in ctrlWbc() argument 94 OSReport("chan%d [%d]\n", chan, result); in ctrlWbc() 105 static void ZeroSetStart2( s32 chan, s32 result ) in ZeroSetStart2() argument 107 #pragma unused(chan, result) in ZeroSetStart2() 124 static void ZeroSetStart( s32 chan, s32 result ) in ZeroSetStart() argument 126 #pragma unused(chan, result) in ZeroSetStart() 288 void extensionCallback(s32 chan, s32 result) in extensionCallback() argument 290 switch(result) in extensionCallback()
|
| /RvlSDK-WPAD-WBC-3.1/build/demos/wpadHealthdemo/src/ |
| D | handling.c | 86 void extensionCallback ( s32 chan, s32 result ); 104 static void getCalibration( s32 chan, s32 result ) in getCalibration() argument 107 OSReport("chan = %d, result = %d\n\n", chan, result); in getCalibration() 113 static void ctrlWbc( s32 chan, s32 result ) in ctrlWbc() argument 115 OSReport("chan%d [%d]\n", chan, result); in ctrlWbc() 255 void extensionCallback(s32 chan, s32 result) in extensionCallback() argument 257 switch(result) in extensionCallback()
|
| /RvlSDK-WPAD-WBC-3.1/include/revolution/ |
| D | wpad.h | 587 typedef void ( *WPADExtensionCallback )( s32 chan, s32 result ); 590 typedef void ( *WPADCallback )( s32 chan, s32 result ); 593 typedef void ( *WPADSyncDeviceCallback )( s32 result, s32 num ); 594 typedef void ( *WPADClearDeviceCallback )( s32 result ); 595 typedef void ( *WPADFlushCallback )( u32 result );
|
| /RvlSDK-WPAD-WBC-3.1/ |
| D | readme-wpad_wbc.txt | 79 …result of a read or write command to the register is notified to the library. Wait for approximate… 103 …haring process that executes at the time of library initialization; as a result, the Wii Balance B… 133 …Balance Board to get values, several tens of milliseconds will pass before the result is available.
|