Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad77681_regs.h Source File

ad77681_regs.h

Go to the documentation of this file.
00001 /***************************************************************************//**
00002 *   @file   ad77681_regs.h
00003 *   @brief  Global declarations for ad77681_regs module
00004 ********************************************************************************
00005 * Copyright (c) 2021 Analog Devices, Inc.
00006 * All rights reserved.
00007 *
00008 * This software is proprietary to Analog Devices, Inc. and its licensors.
00009 * By using this software you agree to the terms of the associated
00010 * Analog Devices Software License Agreement.
00011 *******************************************************************************/
00012 #ifndef _AD77681_REGS_H_
00013 #define _AD77681_REGS_H_
00014 
00015 /******************************************************************************/
00016 /***************************** Include Files **********************************/
00017 /******************************************************************************/
00018 
00019 #include <stdint.h>
00020 
00021 /******************************************************************************/
00022 /************************ Public Declarations *********************************/
00023 /******************************************************************************/
00024 
00025 extern const uint32_t ad77681_regs[];
00026 
00027 #endif /* _AD77681_REGS_H_ */