Searched refs:temp_data (Results 1 – 2 of 2) sorted by relevance
174 uint8_t temp_data[3] = {0}; in drv_ens210_read_temp_and_humi() local199 ret = sensor_i2c_read(&ens210_ctx, ENS210_REG_T_VAL, temp_data, 3, I2C_OP_RETRIES); in drv_ens210_read_temp_and_humi()204 uint32_t t_val = (temp_data[2]<<16) + (temp_data[1]<<8) + (temp_data[0]<<0); in drv_ens210_read_temp_and_humi()
17 uint8_t *temp_data; in uai_get_split_img_data() local
Completed in 4 milliseconds