Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: sdp_k1_sdram
ad717x_user_config.h
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_
Generated on Tue Nov 15 2022 11:39:51 by
