Searched refs:BME280_COMP_H5_MASK (Results 1 – 2 of 2) sorted by relevance
293 #define BME280_COMP_H5_MASK GENMASK(15, 4) macro
395 calib->H5 = sign_extend32(FIELD_GET(BME280_COMP_H5_MASK, tmp_3), 11); in bme280_read_calib()