#include <stdint.h>
#include "ad7124_regs_configs.h"
Go to the source code of this file.
◆ 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 |
|
) |
| |