Searched defs:ntc_config (Results 1 – 1 of 1) sorted by relevance
22 struct ntc_config { struct23 bool connected_positive;24 uint32_t pullup_uv;48 uint32_t ntc_get_ohm_of_thermistor(const struct ntc_config *cfg, int sample_mv); argument