IIO firmware for the AD717x and AD411x family of devices.

Dependencies:   sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad717x_user_config.h Source File

ad717x_user_config.h

Go to the documentation of this file.
00001 /*************************************************************************//**
00002  *   @file   ad717x_user_config.h
00003  *   @brief  User configuration file for AD717x-AD411x IIO firmware application
00004 ******************************************************************************
00005 * Copyright (c) 2021-22 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 AD717x_USER_CONFIG_H_
00015 #define AD717x_USER_CONFIG_H_
00016 
00017 /******************************************************************************/
00018 /***************************** Include Files **********************************/
00019 /******************************************************************************/
00020 
00021 #include <stdio.h>
00022 #include "ad717x.h"
00023 #include "app_config.h"
00024 
00025 /******************************************************************************/
00026 /********************** Macros and Constants Definition ***********************/
00027 /******************************************************************************/
00028 
00029 /******************************************************************************/
00030 /********************** Variables and User Defined Data Types *****************/
00031 /******************************************************************************/
00032 
00033 /******************************************************************************/
00034 /************************ Public Declarations *********************************/
00035 /******************************************************************************/
00036 
00037 extern ad717x_init_param ad717x_init_params;
00038 
00039 #endif // AD717x_USER_CONFIG_H_