Searched refs:temp_val (Results 1 – 2 of 2) sorted by relevance
63 #define LPS22HB_CENTIGRADES(temp_val) (temp_val/100) argument522 short temp_val; in handleCommDoneEvt() local619 temp_val = ((ptr_samples[1] << 8) & 0xff00) | (ptr_samples[0]); in handleCommDoneEvt()622 sample.fdata = LPS22HB_CENTIGRADES((float)temp_val); in handleCommDoneEvt()
46 #define SI7034_CENTIGRADES(temp_val) (((temp_val * 21875) >> 13) - 45000) argument