Searched refs:drv_ens210_read_temp_and_humi (Results 1 – 1 of 1) sorted by relevance
171 static int drv_ens210_read_temp_and_humi(i2c_dev_t* drv, int32_t *temperature, uint32_t *humidity) in drv_ens210_read_temp_and_humi() function257 … ret = drv_ens210_read_temp_and_humi(drv, &g_ens210_data.temperature, &g_ens210_data.humidity); in drv_ens210_update_data()394 …ret = drv_ens210_read_temp_and_humi(&ens210_ctx, &g_ens210_data.temperature, &g_ens210_data.humidi… in drv_temp_ams_ens210_read()462 …ret = drv_ens210_read_temp_and_humi(&ens210_ctx, &g_ens210_data.temperature, &g_ens210_data.humidi… in drv_humi_ams_ens210_read()
Completed in 3 milliseconds