Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad77681_user_config.h Source File

ad77681_user_config.h

00001 /*************************************************************************//**
00002  *   @file   ad77861_user_config.h
00003  *   @brief  Header for AD7768-1 user configuration file
00004 ******************************************************************************
00005 * Copyright (c) 2021 Analog Devices, Inc.
00006 *
00007 * All rights reserved.
00008 *
00009 * This software is proprietary to Analog Devices, Inc. and its licensors.
00010 * By using this software you agree to the terms of the associated
00011 * Analog Devices Software License Agreement.
00012 *****************************************************************************/
00013 
00014 #ifndef _AD77681_USER_CONFIG_H_
00015 #define _AD77681_USER_CONFIG_H_
00016 
00017 /******************************************************************************/
00018 /***************************** Include Files **********************************/
00019 /******************************************************************************/
00020 
00021 #include <stdint.h>
00022 #include "ad77681.h"
00023 
00024 /******************************************************************************/
00025 /********************** Macros and Constants Definition ***********************/
00026 /******************************************************************************/
00027 
00028 /* AD77681 Voltage reference */
00029 #define AD77681_VOLTAGE_REF             (4096)
00030 
00031 /******************************************************************************/
00032 /********************** Variables and User Defined Data Types *****************/
00033 /******************************************************************************/
00034 
00035 extern struct ad77681_init_param sad77681_init;
00036 
00037 #endif //_AD77681_USER_CONFIG_H_