AD7768-1 MBED IIO Application Example
Dependencies: platform_drivers
app/ad77681_data_capture.h@2:eb624ef78449, 2021-09-24 (annotated)
- Committer:
- epena
- Date:
- Fri Sep 24 19:07:29 2021 +0800
- Revision:
- 2:eb624ef78449
- Parent:
- 1:c0429edee15b
Deleting the redefinition of data_capture_ops
Who changed what in which revision?
User | Revision | Line number | New 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 | #endif /* _AD77681_DATA_CAPTURE_H_ */ |