HomeSort by relevance Sort by last modified time
    Searched refs:otp538u_vt_table (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/otp538u/
thermopile_vt_table.h 33 static float otp538u_vt_table[otp538u_vt_table_max][13] = { variable
otp538u.cxx 174 if ( (voltage > otp538u_vt_table[slot][voltOffset]) &&
175 (voltage < otp538u_vt_table[slot+1][voltOffset]) )
189 ( otp538u_vt_table[slot + 1][voltOffset] -
190 otp538u_vt_table[slot][voltOffset] );
193 // voltOffset << "] = " << otp538u_vt_table[slot][voltOffset] << endl;

Completed in 188 milliseconds