Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c104 static s32 KPADiRead( s32 chan, KPADStatus samplingBufs[], u32 length, s32 *err, BOOL keep ) ;
1869 return KPADiRead( chan, samplingBufs, length, NULL, FALSE ) ; in KPADRead()
1874 return KPADiRead( chan, samplingBufs, length, err, TRUE ) ; in KPADReadEx()
1877 static s32 KPADiRead( s32 chan, KPADStatus samplingBufs[], u32 length, s32 *err, BOOL keep ) in KPADiRead() function