Searched refs:AML_TS_TEMP_MASK (Results 1 – 2 of 2) sorted by relevance
302 reg_code = static_cast<uint32_t>((sensor_code >> 0x4) & AML_TS_TEMP_MASK) + AML_TEMP_CAL; in TempToCode()304 reg_code = ((sensor_code >> 0x4) & AML_TS_TEMP_MASK); in TempToCode()
32 #define AML_TS_TEMP_MASK 0xfff macro
Completed in 3 milliseconds