precision-converters-firmware
Functions
ad4130_temperature_sensor.h File Reference
#include <stdint.h>
Include dependency graph for ad4130_temperature_sensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float get_ntc_thermistor_temperature (void *dev, uint32_t ntc_sample, uint8_t chn)
 
float get_rtd_temperature (void *dev, uint32_t rtd_sample, uint8_t 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)
 

Function Documentation

◆ get_ntc_thermistor_temperature()

float get_ntc_thermistor_temperature ( void *  dev,
uint32_t  ntc_sample,
uint8_t  chn 
)

◆ get_rtd_temperature()

float get_rtd_temperature ( void *  dev,
uint32_t  rtd_sample,
uint8_t  chn 
)

◆ get_tc_temperature()

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 
)