Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

app/ad77681_regs.h

Committer:
Kjansen
Date:
2021-09-24
Revision:
1:260e834a8dc1

File content as of revision 1:260e834a8dc1:

/***************************************************************************//**
*   @file   ad77681_regs.h
*   @brief  Global declarations for ad77681_regs module
********************************************************************************
* Copyright (c) 2021 Analog Devices, Inc.
* All rights reserved.
*
* This software is proprietary to Analog Devices, Inc. and its licensors.
* By using this software you agree to the terms of the associated
* Analog Devices Software License Agreement.
*******************************************************************************/
#ifndef _AD77681_REGS_H_
#define _AD77681_REGS_H_

/******************************************************************************/
/***************************** Include Files **********************************/
/******************************************************************************/

#include <stdint.h>

/******************************************************************************/
/************************ Public Declarations *********************************/
/******************************************************************************/

extern const uint32_t ad77681_regs[];

#endif /* _AD77681_REGS_H_ */