Home
last modified time | relevance | path

Searched refs:ntc_type (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h18 struct ntc_type { struct
28 struct ntc_type type; argument
39 int32_t ntc_get_temp_mc(const struct ntc_type *type, unsigned int ohm);
Dntc_thermistor_calc.c38 static void ntc_lookup_comp(const struct ntc_type *type, unsigned int ohm, int *i_low, int *i_high) in ntc_lookup_comp()
85 int32_t ntc_get_temp_mc(const struct ntc_type *type, unsigned int ohm) in ntc_get_temp_mc()