13#ifndef AD4130_TEMPERATURE_SENSOR_H_ 
   14#define AD4130_TEMPERATURE_SENSOR_H_ 
   39             uint32_t tc_sample, uint32_t cjc_sample,
 
   40             uint8_t tc_chn, uint8_t cjc_chn,
 
float get_tc_temperature(void *dev, uint32_t tc_sample, uint32_t cjc_sample, uint8_t tc_chn, uint8_t cjc_chn, float *cjc_temp)
 
float get_rtd_temperature(void *dev, uint32_t rtd_sample, uint8_t chn)
 
float get_ntc_thermistor_temperature(void *dev, uint32_t ntc_sample, uint8_t chn)