Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/chemical/
H A Dscd4x.c41 #define SCD4X_READY_MASK 0x01 macro
478 val = (be16_to_cpu(bval) & SCD4X_READY_MASK) ? 1 : 0; in calibration_auto_enable_show()