Searched refs:bl (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.3/build/demos/kpaddemo/src/ |
| D | weight.c | 188 if( kpads[0].ex_status.bl.weight_err < 0 ) in renderStatus() 200 DEMOPrintf( 95, 55, 0, "%3.1f", kpads[0].ex_status.bl.weight[0] ) ; in renderStatus() 201 DEMOPrintf( 95, 125, 0, "%3.1f", kpads[0].ex_status.bl.weight[1] ) ; in renderStatus() 202 DEMOPrintf( 10, 55, 0, "%3.1f", kpads[0].ex_status.bl.weight[2] ) ; in renderStatus() 203 DEMOPrintf( 10, 125, 0, "%3.1f", kpads[0].ex_status.bl.weight[3] ) ; in renderStatus() 204 DEMOPrintf( 175, 60, 0, "Wt :%3.1f[kg]", ( kpads[0].ex_status.bl.weight[0] \ in renderStatus() 205 + kpads[0].ex_status.bl.weight[1] \ in renderStatus() 206 + kpads[0].ex_status.bl.weight[2] \ in renderStatus() 207 … + kpads[0].ex_status.bl.weight[3] ) ) ; in renderStatus() 208 … DEMOPrintf( 175, 70, 0, "Wt :%3.1f[kg]", ( kpads[0].ex_status.bl.weight_ave[0] \ in renderStatus() [all …]
|
| /RvlSDK-3.2.3/build/libraries/kpad/src/ |
| D | KPAD.c | 1829 … } else if ( uwp->u.bl.dev == WPAD_DEV_BALANCE_CHECKER && uwp->fmt == WPAD_FMT_BALANCE_CHECKER ) { in read_kpad_ext() 1837 if ( WBCGetBatteryLevel( uwp->u.bl.battery ) == 0 ) { in read_kpad_ext() 1839 ep->bl.weight_err = KPAD_WBC_ERR_NO_BATTERY ; in read_kpad_ext() 1842 ep->bl.weight_err = KPAD_WBC_ERR_SETUP ; in read_kpad_ext() 1843 } else if ( uwp->u.bl.temp == 127 || uwp->u.bl.temp == -128 ) { in read_kpad_ext() 1845 ep->bl.weight_err = KPAD_WBC_ERR_WRONG_TEMP ; in read_kpad_ext() 1848 ep->bl.weight_err = WBCRead( &( uwp->u.bl ), ep->bl.weight, WPAD_PRESS_UNITS ) ; in read_kpad_ext() 1849 if ( ep->bl.weight_err >= 0 ) { in read_kpad_ext() 1851 …bc_weight_ave[ idx ] = ( kp_wbc_weight_ave[ idx ] * kp_wbc_ave_count + ep->bl.weight[ idx ] ) / ( … in read_kpad_ext() 1857 …idx ] = ( kp_wbc_ave_sample[ idx ] * ( kp_wbc_ave_sample_count - 1 ) + ep->bl.weight[ idx ] ) / kp… in read_kpad_ext() [all …]
|
| /RvlSDK-3.2.3/include/revolution/ |
| D | kpad.h | 134 } bl ; member 174 WPADBLStatus bl ; member
|
| /RvlSDK-3.2.3/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 586 u16 bt, bb, br, bl; in CheckMissingObj() local 591 GXReadBoundingBox(&bl, &bt, &br, &bb); in CheckMissingObj() 593 if ( br <= 0 && bl >= 640 ) in CheckMissingObj()
|