Analog Devices / Mbed OS EVAL-AD4110

Dependencies:   tempsensors sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad4110_thermocouple_mode_config.h Source File

ad4110_thermocouple_mode_config.h

00001 /*************************************************************************//**
00002  *   @file   ad4110_thermocouple_mode_mode_config.h
00003  *   @brief  Header for AD4110 thermocouple configurations module
00004 ******************************************************************************
00005 * Copyright (c) 2022 Analog Devices, Inc.
00006 * All rights reserved.
00007 *
00008 * This software is proprietary to Analog Devices, Inc. and its licensors.
00009 * By using this software you agree to the terms of the associated
00010 * Analog Devices Software License Agreement.
00011 *****************************************************************************/
00012 
00013 #ifndef _AD4110_THERMOCOUPLE_MODE_CONFIG_H_
00014 #define _AD4110_THERMOCOUPLE_MODE_CONFIG_H_
00015 
00016 /******************************************************************************/
00017 /***************************** Include Files **********************************/
00018 /******************************************************************************/
00019 
00020 #include "ad4110.h"
00021 
00022 /******************************************************************************/
00023 /********************** Macros and Constants Definition ***********************/
00024 /******************************************************************************/
00025 
00026 /* Note: AD4110_DEFAULT_PGA value is applied during calculation of actual quantity
00027 * from the ADC raw value. GAIN_CH holds the value of the bitfield needed while
00028 * configuring the gain in the device during initialization. It has to be ensured
00029 * that these values are in match with each other */
00030 #define AD4110_DEFAULT_PGA      24
00031 #define GAIN_CH             AD4110_GAIN_24
00032 
00033 /******************************************************************************/
00034 /********************** Variables and User Defined Data Types *****************/
00035 /******************************************************************************/
00036 
00037 extern struct ad4110_init_param ad4110_thermocouple_mode_init_params;
00038 
00039 #endif /* end of _AD4110_THERMOCOUPLE_MODE_CONFIG_H_ */