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_iio.h
00001 /*************************************************************************//** 00002 * @file ad717x_iio.h 00003 * @brief IIO Header file for AD717x and AD411x 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_IIO_H_ 00015 #define AD717x_IIO_H_ 00016 00017 /******************************************************************************/ 00018 /***************************** Include Files **********************************/ 00019 /******************************************************************************/ 00020 00021 #include <stdint.h> 00022 #include "iio.h" 00023 #include "ad717x.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_dev *p_ad717x_dev_inst; 00038 int32_t ad717x_iio_initialize(void); 00039 void ad717x_iio_event_handler(void); 00040 00041 #endif // AD717x_IIO_H_ 00042
Generated on Tue Nov 15 2022 11:39:51 by
