Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad77681_data_capture.h Source File

ad77681_data_capture.h

Go to the documentation of this file.
00001 /***************************************************************************//**
00002  *   @file   ad77681_data_capture.h
00003  *   @brief  Header for AD7768-1 data capture interfaces
00004 ********************************************************************************
00005  * Copyright (c) 2021 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 _AD77681_DATA_CAPTURE_H_
00015 #define _AD77681_DATA_CAPTURE_H_
00016 
00017 /******************************************************************************/
00018 /***************************** Include Files **********************************/
00019 /******************************************************************************/
00020 
00021 #include "app_config.h"
00022 #include "ad77681.h"
00023 #include "adc_data_capture.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 #endif /* _AD77681_DATA_CAPTURE_H_ */