Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/
H A Dsmi240.c61 #define SMI240_TEMP_SCALE 3906250 /* (1 / 256) * 1e9 */ macro
434 *val = SMI240_TEMP_SCALE / GIGA; in smi240_read_raw()
435 *val2 = SMI240_TEMP_SCALE % GIGA; in smi240_read_raw()