Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Committer:
Kjansen
Date:
Fri Sep 24 15:14:06 2021 +0100
Revision:
1:260e834a8dc1
Adding released source code of ad7768-1
Deleting the redefinition of data_capture_ops

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kjansen 1:260e834a8dc1 1 /***************************************************************************//**
Kjansen 1:260e834a8dc1 2 * @file ad77681_regs.h
Kjansen 1:260e834a8dc1 3 * @brief Global declarations for ad77681_regs module
Kjansen 1:260e834a8dc1 4 ********************************************************************************
Kjansen 1:260e834a8dc1 5 * Copyright (c) 2021 Analog Devices, Inc.
Kjansen 1:260e834a8dc1 6 * All rights reserved.
Kjansen 1:260e834a8dc1 7 *
Kjansen 1:260e834a8dc1 8 * This software is proprietary to Analog Devices, Inc. and its licensors.
Kjansen 1:260e834a8dc1 9 * By using this software you agree to the terms of the associated
Kjansen 1:260e834a8dc1 10 * Analog Devices Software License Agreement.
Kjansen 1:260e834a8dc1 11 *******************************************************************************/
Kjansen 1:260e834a8dc1 12 #ifndef _AD77681_REGS_H_
Kjansen 1:260e834a8dc1 13 #define _AD77681_REGS_H_
Kjansen 1:260e834a8dc1 14
Kjansen 1:260e834a8dc1 15 /******************************************************************************/
Kjansen 1:260e834a8dc1 16 /***************************** Include Files **********************************/
Kjansen 1:260e834a8dc1 17 /******************************************************************************/
Kjansen 1:260e834a8dc1 18
Kjansen 1:260e834a8dc1 19 #include <stdint.h>
Kjansen 1:260e834a8dc1 20
Kjansen 1:260e834a8dc1 21 /******************************************************************************/
Kjansen 1:260e834a8dc1 22 /************************ Public Declarations *********************************/
Kjansen 1:260e834a8dc1 23 /******************************************************************************/
Kjansen 1:260e834a8dc1 24
Kjansen 1:260e834a8dc1 25 extern const uint32_t ad77681_regs[];
Kjansen 1:260e834a8dc1 26
Kjansen 1:260e834a8dc1 27 #endif /* _AD77681_REGS_H_ */