/* * OverSampling Rate descriptor. * Warning: cmd MUST be kept aligned on a word boundary (see * m5611_spi_read_adc_temp_and_pressure in ms5611_spi.c).
*/ struct ms5611_osr { unsignedlong conv_usec;
u8 cmd; unsignedshort rate;
};
int (*reset)(struct ms5611_state *st); int (*read_prom_word)(struct ms5611_state *st, int index, u16 *word); int (*read_adc_temp_and_pressure)(struct ms5611_state *st,
s32 *temp, s32 *pressure);
int (*compensate_temp_and_pressure)(struct ms5611_state *st, s32 *temp,
s32 *pressure);
};
int ms5611_probe(struct iio_dev *indio_dev, struct device *dev, constchar *name, int type);
#endif/* _MS5611_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.