precision-converters-firmware
Functions
ad7124_temperature_sensor.h File Reference
#include <stdint.h>
#include "ad7124_regs_configs.h"
Include dependency graph for ad7124_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_tc_temperature (float tc_sample, float cjc_sample, cjc_sensor_type cjc_sensor, float *cjc_temp)
 
uint32_t get_rtd_rref (void)
 
float get_rtd_temperature (int32_t rtd_sample, uint8_t gain)
 
void store_rtd_calibrated_iout_ratio (float iout_ratio, bool status)
 
float get_ntc_thermistor_temperature (int32_t ntc_sample)
 
float get_ptc_thermistor_temperature (int32_t ntc_sample)
 

Function Documentation

◆ get_ntc_thermistor_temperature()

float get_ntc_thermistor_temperature ( int32_t  ntc_sample)

◆ get_ptc_thermistor_temperature()

float get_ptc_thermistor_temperature ( int32_t  ntc_sample)

◆ get_rtd_rref()

uint32_t get_rtd_rref ( void  )

◆ get_rtd_temperature()

float get_rtd_temperature ( int32_t  rtd_sample,
uint8_t  gain 
)

◆ get_tc_temperature()

float get_tc_temperature ( float  tc_sample,
float  cjc_sample,
cjc_sensor_type  cjc_sensor,
float *  cjc_temp 
)

◆ store_rtd_calibrated_iout_ratio()

void store_rtd_calibrated_iout_ratio ( float  iout_ratio,
bool  status 
)