precision-converters-firmware
|
#include <stdint.h>
#include <stdlib.h>
#include "ad4170.h"
Go to the source code of this file.
Macros | |
#define | USE_CJC_AS_RTD |
#define | AD4170_FILTER_CONFIG AD4170_FILT_SINC3 |
#define | AD4170_FS_CONFIG 625 |
#define | FS_TO_ODR_CONV_SCALER (512U * AD4170_FS_CONFIG) |
#define | AD4170_CONT_CONV_MODE_CONFIG AD4170_MODE_CONT |
#define | TOTAL_CHANNELS 3 |
Variables | |
struct ad4170_init_param | ad4170_thermocouple_config_params |
#define AD4170_CONT_CONV_MODE_CONFIG AD4170_MODE_CONT |
#define AD4170_FILTER_CONFIG AD4170_FILT_SINC3 |
#define AD4170_FS_CONFIG 625 |
#define FS_TO_ODR_CONV_SCALER (512U * AD4170_FS_CONFIG) |
#define TOTAL_CHANNELS 3 |
#define USE_CJC_AS_RTD |
|
extern |