Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/kpad/src/
DKPAD.c463 op->error_fg = -1 ; // Not applied in reset_kpad()
468 op->error_fg = -1 ; // Not applied in reset_kpad()
523 while ( op1->error_fg != 0 ) ++op1 ; in KPADCalibrateDPD()
525 while ( op2->error_fg != 0 ) ++op2 ; in KPADCalibrateDPD()
973 kobj_p->error_fg = 0 ; // Applied in get_kobj()
977 kobj_p->error_fg = -1 ; // Not applied in get_kobj()
993 if ( kobj_p->error_fg < 0 ) continue ; in check_kobj_outside_frame()
997 kobj_p->error_fg |= 1 ; in check_kobj_outside_frame()
1013 if ( op1->error_fg != 0 ) continue ; in check_kobj_same_position()
1017 if ( op2->error_fg != 0 ) continue ; in check_kobj_same_position()
[all …]
/RvlSDK-3.2.3/build/libraries/kpad/include/
DKPADinside.h58 s8 error_fg ; // -1: not displayed, 0: OK, 1: too far out, 2: same coordinate member