Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/kpad/include/
DKPADinside.h186 double wbcWeightAve[ WPAD_PRESS_UNITS ] ; member
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c1840 …kp->wbcWeightAve [ idx ] = ( kp->wbcWeightAve[ idx ] * kp_wbc_ave_sample + ep->bl.weight[ idx ] ) … in read_kpad_ext()
1841 ep->bl.weight_ave[ idx ] = kp->wbcWeightAve[ idx ] ; in read_kpad_ext()
2539 kp->wbcWeightAve[ i ] = 0 ; in KPADResetWbcZeroPoint()
2739 …kp->wbcWeightAve[ 0 ] = ( kp->wbcWeightAve[ 0 ] * ( kp->wbcWeightAveSampleCount - 1 ) + weight[ 0 … in KPADiSamplingCallback()
2740 …kp->wbcWeightAve[ 1 ] = ( kp->wbcWeightAve[ 1 ] * ( kp->wbcWeightAveSampleCount - 1 ) + weight[ 1 … in KPADiSamplingCallback()
2741 …kp->wbcWeightAve[ 2 ] = ( kp->wbcWeightAve[ 2 ] * ( kp->wbcWeightAveSampleCount - 1 ) + weight[ 2 … in KPADiSamplingCallback()
2742 …kp->wbcWeightAve[ 3 ] = ( kp->wbcWeightAve[ 3 ] * ( kp->wbcWeightAveSampleCount - 1 ) + weight[ 3 … in KPADiSamplingCallback()