Home
last modified time | relevance | path

Searched refs:ntc_get_temp_mc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h39 int32_t ntc_get_temp_mc(const struct ntc_type *type, unsigned int ohm);
Dntc_thermistor_calc.c85 int32_t ntc_get_temp_mc(const struct ntc_type *type, unsigned int ohm) in ntc_get_temp_mc() function
Dntc_thermistor.c80 temp = ntc_get_temp_mc(&cfg->ntc_cfg.type, ohm); in ntc_thermistor_channel_get()