AD7768-1 MBED IIO Application Example

Dependencies:   platform_drivers

Committer:
epena
Date:
Fri Sep 24 18:39:34 2021 +0800
Revision:
1:c0429edee15b
Child:
2:eb624ef78449
Adding Released source code of ad7768-1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
epena 1:c0429edee15b 1 /***************************************************************************//**
epena 1:c0429edee15b 2 * @file ad77681_data_capture.h
epena 1:c0429edee15b 3 * @brief Header for AD7768-1 data capture interfaces
epena 1:c0429edee15b 4 ********************************************************************************
epena 1:c0429edee15b 5 * Copyright (c) 2021 Analog Devices, Inc.
epena 1:c0429edee15b 6 *
epena 1:c0429edee15b 7 * All rights reserved.
epena 1:c0429edee15b 8 *
epena 1:c0429edee15b 9 * This software is proprietary to Analog Devices, Inc. and its licensors.
epena 1:c0429edee15b 10 * By using this software you agree to the terms of the associated
epena 1:c0429edee15b 11 * Analog Devices Software License Agreement.
epena 1:c0429edee15b 12 *******************************************************************************/
epena 1:c0429edee15b 13
epena 1:c0429edee15b 14 #ifndef _AD77681_DATA_CAPTURE_H_
epena 1:c0429edee15b 15 #define _AD77681_DATA_CAPTURE_H_
epena 1:c0429edee15b 16
epena 1:c0429edee15b 17 /******************************************************************************/
epena 1:c0429edee15b 18 /***************************** Include Files **********************************/
epena 1:c0429edee15b 19 /******************************************************************************/
epena 1:c0429edee15b 20
epena 1:c0429edee15b 21 #include "app_config.h"
epena 1:c0429edee15b 22 #include "ad77681.h"
epena 1:c0429edee15b 23 #include "adc_data_capture.h"
epena 1:c0429edee15b 24
epena 1:c0429edee15b 25 /******************************************************************************/
epena 1:c0429edee15b 26 /********************** Macros and Constants Definition ***********************/
epena 1:c0429edee15b 27 /******************************************************************************/
epena 1:c0429edee15b 28
epena 1:c0429edee15b 29 /******************************************************************************/
epena 1:c0429edee15b 30 /********************** Variables and User Defined Data Types *****************/
epena 1:c0429edee15b 31 /******************************************************************************/
epena 1:c0429edee15b 32
epena 1:c0429edee15b 33 /******************************************************************************/
epena 1:c0429edee15b 34 /************************ Public Declarations *********************************/
epena 1:c0429edee15b 35 /******************************************************************************/
epena 1:c0429edee15b 36
epena 1:c0429edee15b 37 struct data_capture_ops data_capture_ops;
epena 1:c0429edee15b 38
epena 1:c0429edee15b 39 #endif /* _AD77681_DATA_CAPTURE_H_ */