Analog Devices / Mbed OS EVAL-AD717x-AD411x-IIO

Dependencies:   sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad717x_support.h Source File

ad717x_support.h

Go to the documentation of this file.
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_ */