Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/
A Ddrv_mag_temp_memsic_mmc3680kj.c84 #define OTP_CONVERT(REG) (((REG) >= 32 ? (32 - (REG)) : (REG)) * 6) macro
197 g_otp_matrix[1] = OTP_CONVERT(reg_data[0] & 0x3f) * 1000 + 1000000; in mmc3680kj_get_comp_matrix()
199 (OTP_CONVERT((reg_data[1] & 0x0f) << 2 | (reg_data[0] & 0xc0) >> 6) + in mmc3680kj_get_comp_matrix()

Completed in 3 milliseconds