Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/
A Ddrv_temp_humi_ams_ens210.c174 uint8_t temp_data[3] = {0}; in drv_ens210_read_temp_and_humi() local
199 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()
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/
A Duai_odla_imgproc.h17 uint8_t *temp_data; in uai_get_split_img_data() local

Completed in 4 milliseconds