Lines Matching defs:ms5837_data
57 struct ms5837_data { struct
59 uint16_t factory;
60 uint16_t sens_t1;
61 uint16_t off_t1;
62 uint16_t tcs;
63 uint16_t tco;
64 uint16_t t_ref;
65 uint16_t tempsens;
68 int32_t pressure;
69 int32_t temperature;
72 uint8_t presure_conv_cmd;
73 uint8_t temperature_conv_cmd;
76 uint8_t presure_conv_delay;
77 uint8_t temperature_conv_delay;
79 ms5837_compensate_func comp_func;