Searched defs:max31865_config (Results 1 – 1 of 1) sorted by relevance
84 struct max31865_config { struct85 const struct spi_dt_spec spi;86 uint16_t resistance_at_zero;87 uint16_t resistance_reference;88 bool conversion_mode;89 bool one_shot;90 bool three_wire;91 uint8_t fault_cycle;92 bool filter_50hz;93 uint16_t low_threshold;[all …]