Searched refs:MS5611_INIT_OSR (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/iio/pressure/ |
D | ms5611_core.c | 27 #define MS5611_INIT_OSR(_cmd, _conv_usec, _rate) \ macro 31 MS5611_INIT_OSR(0x40, 600, 256), 32 MS5611_INIT_OSR(0x42, 1170, 512), 33 MS5611_INIT_OSR(0x44, 2280, 1024), 34 MS5611_INIT_OSR(0x46, 4540, 2048), 35 MS5611_INIT_OSR(0x48, 9040, 4096) 39 MS5611_INIT_OSR(0x50, 600, 256), 40 MS5611_INIT_OSR(0x52, 1170, 512), 41 MS5611_INIT_OSR(0x54, 2280, 1024), 42 MS5611_INIT_OSR(0x56, 4540, 2048), [all …]
|