Searched defs:ntc_config (Results 1 – 1 of 1) sorted by relevance
23 struct ntc_config { struct24 bool connected_positive;25 uint32_t pullup_mv;26 uint32_t pullup_ohm;50 uint32_t ntc_get_ohm_of_thermistor(const struct ntc_config *cfg, int sample_value, argument