Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 11:54:49 2021 +0100
Revision:
7:054dbd5e1f45
Parent:
6:32de160dce43
Modified the ADC data capture module to remove dependancy on type of ADC and it's specific operations

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mahphalke 1:819ac9aa5667 1 /***************************************************************************//**
mahphalke 1:819ac9aa5667 2 * @file ad7606_data_capture.h
mahphalke 1:819ac9aa5667 3 * @brief Header for AD7606 data capture interfaces
mahphalke 1:819ac9aa5667 4 ********************************************************************************
Kjansen 7:054dbd5e1f45 5 * Copyright (c) 2020-2021 Analog Devices, Inc.
mahphalke 1:819ac9aa5667 6 * All rights reserved.
mahphalke 1:819ac9aa5667 7 *
mahphalke 1:819ac9aa5667 8 * This software is proprietary to Analog Devices, Inc. and its licensors.
mahphalke 1:819ac9aa5667 9 * By using this software you agree to the terms of the associated
mahphalke 1:819ac9aa5667 10 * Analog Devices Software License Agreement.
mahphalke 1:819ac9aa5667 11 *******************************************************************************/
mahphalke 1:819ac9aa5667 12
mahphalke 1:819ac9aa5667 13 #ifndef AD7606_DATA_CAPTURE_H_
mahphalke 1:819ac9aa5667 14 #define AD7606_DATA_CAPTURE_H_
mahphalke 1:819ac9aa5667 15
mahphalke 1:819ac9aa5667 16 /******************************************************************************/
mahphalke 1:819ac9aa5667 17 /***************************** Include Files **********************************/
mahphalke 1:819ac9aa5667 18 /******************************************************************************/
mahphalke 1:819ac9aa5667 19 #include <stddef.h>
mahphalke 1:819ac9aa5667 20
mahphalke 1:819ac9aa5667 21 #include "ad7606.h"
mahphalke 1:819ac9aa5667 22 #include "ad7606_support.h"
mahphalke 1:819ac9aa5667 23
mahphalke 1:819ac9aa5667 24 /******************************************************************************/
mahphalke 1:819ac9aa5667 25 /********************** Macros and Constants Definition ***********************/
mahphalke 1:819ac9aa5667 26 /******************************************************************************/
mahphalke 1:819ac9aa5667 27
mahphalke 1:819ac9aa5667 28 /******************************************************************************/
mahphalke 1:819ac9aa5667 29 /********************** Variables and User Defined Data Types *****************/
mahphalke 1:819ac9aa5667 30 /******************************************************************************/
mahphalke 1:819ac9aa5667 31
mahphalke 1:819ac9aa5667 32 /******************************************************************************/
mahphalke 1:819ac9aa5667 33 /************************ Public Declarations *********************************/
mahphalke 1:819ac9aa5667 34 /******************************************************************************/
mahphalke 1:819ac9aa5667 35
mahphalke 1:819ac9aa5667 36 #endif /* AD7606_DATA_CAPTURE_H_ */