Searched refs:MS5611_INIT_OSR (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/iio/pressure/ |
D | ms5611_core.c | 24 #define MS5611_INIT_OSR(_cmd, _conv_usec, _rate) \ macro 28 MS5611_INIT_OSR(0x40, 600, 256), 29 MS5611_INIT_OSR(0x42, 1170, 512), 30 MS5611_INIT_OSR(0x44, 2280, 1024), 31 MS5611_INIT_OSR(0x46, 4540, 2048), 32 MS5611_INIT_OSR(0x48, 9040, 4096) 36 MS5611_INIT_OSR(0x50, 600, 256), 37 MS5611_INIT_OSR(0x52, 1170, 512), 38 MS5611_INIT_OSR(0x54, 2280, 1024), 39 MS5611_INIT_OSR(0x56, 4540, 2048), [all …]
|