AD7768-1 MBED IIO Application Example

Dependencies:   platform_drivers

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?

UserRevisionLine numberNew contents of line
epena 1:c0429edee15b 1 /*************************************************************************//**
epena 1:c0429edee15b 2 * @file ad77861_user_config.h
epena 1:c0429edee15b 3 * @brief Header for AD7768-1 user configuration file
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_USER_CONFIG_H_
epena 1:c0429edee15b 15 #define _AD77681_USER_CONFIG_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 <stdint.h>
epena 1:c0429edee15b 22 #include "ad77681.h"
epena 1:c0429edee15b 23
epena 1:c0429edee15b 24 /******************************************************************************/
epena 1:c0429edee15b 25 /********************** Macros and Constants Definition ***********************/
epena 1:c0429edee15b 26 /******************************************************************************/
epena 1:c0429edee15b 27
epena 1:c0429edee15b 28 /* AD77681 Voltage reference */
epena 1:c0429edee15b 29 #define AD77681_VOLTAGE_REF (4096)
epena 1:c0429edee15b 30
epena 1:c0429edee15b 31 /******************************************************************************/
epena 1:c0429edee15b 32 /********************** Variables and User Defined Data Types *****************/
epena 1:c0429edee15b 33 /******************************************************************************/
epena 1:c0429edee15b 34
epena 1:c0429edee15b 35 extern struct ad77681_init_param sad77681_init;
epena 1:c0429edee15b 36
epena 1:c0429edee15b 37 #endif //_AD77681_USER_CONFIG_H_