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