Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad7606_user_config.h Source File

ad7606_user_config.h

Go to the documentation of this file.
00001 /*************************************************************************//**
00002  *   @file   ad7606_user_config.h
00003  *   @brief  Header for AD7606 user configuration file
00004 ******************************************************************************
00005 * Copyright (c) 2020 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 _AD7606_USER_CONFIG_H_
00015 #define _AD7606_USER_CONFIG_H_
00016 
00017 /******************************************************************************/
00018 /***************************** Include Files **********************************/
00019 /******************************************************************************/
00020 
00021 #include <stdint.h>
00022 #include "ad7606.h"
00023 
00024 /******************************************************************************/
00025 /********************** Macros and Constants Definition ***********************/
00026 /******************************************************************************/
00027 
00028 /******************************************************************************/
00029 /********************** Variables and User Defined Data Types *****************/
00030 /******************************************************************************/
00031 
00032 extern struct ad7606_init_param ad7606_init_str;
00033 
00034 #endif /* end of _AD7606_USER_CONFIG_H_ */