Searched refs:t_val (Results 1 – 1 of 1) sorted by relevance
204 uint32_t t_val = (temp_data[2]<<16) + (temp_data[1]<<8) + (temp_data[0]<<0); in drv_ens210_read_temp_and_humi() local207 uint32_t t_data = (t_val>>0 ) & 0xffff; in drv_ens210_read_temp_and_humi()208 uint32_t t_valid= (t_val>>16) & 0x1; in drv_ens210_read_temp_and_humi()209 uint32_t t_crc = (t_val>>17) & 0x7f; in drv_ens210_read_temp_and_humi()212 uint32_t t_payl = (t_val>>0 ) & 0x1ffff; in drv_ens210_read_temp_and_humi()
Completed in 3 milliseconds