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_support.h
00001 /*************************************************************************//** 00002 * @file ad717x_support.h 00003 * @brief Header for AD717X support configurations 00004 ****************************************************************************** 00005 * Copyright (c) 2022 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 #ifndef AD717X_SUPPORT_H_ 00014 #define AD717X_SUPPORT_H_ 00015 00016 /******************************************************************************/ 00017 /***************************** Include Files **********************************/ 00018 /******************************************************************************/ 00019 00020 #include "ad717x.h" 00021 00022 /******************************************************************************/ 00023 /********************** Macros and Constants Definition ***********************/ 00024 /******************************************************************************/ 00025 00026 /******************************************************************************/ 00027 /********************** Variables and User Defined Data Types *****************/ 00028 /******************************************************************************/ 00029 00030 /******************************************************************************/ 00031 /********************** Public/Extern Declarations ****************************/ 00032 /******************************************************************************/ 00033 00034 int32_t ad717x_enable_cont_read(ad717x_dev *device, bool cont_read_en); 00035 00036 #endif /* AD717X_SUPPORT_H_ */
Generated on Tue Nov 15 2022 11:39:51 by
