Forked repository for pushing changes to EVAL-AD4696

Dependencies:   platform_drivers

app/ad4696_user_config.h

Committer:
pmallick
Date:
2021-09-30
Revision:
1:8792acb5a039

File content as of revision 1:8792acb5a039:

/*************************************************************************//**
 *   @file   ad4696_user_config.h
 *   @brief  Header for AD4696 user configuration file
******************************************************************************
* 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 AD4696_USER_CONFIG_H
#define AD4696_USER_CONFIG_H

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

#include <stdint.h>
#include "ad469x.h"

/******************************************************************************/
/********************** Macros and Constants Definition ***********************/
/******************************************************************************/

/******************************************************************************/
/********************** Variables and User Defined Data Types *****************/
/******************************************************************************/
extern struct ad469x_init_param ad4696_init_str;

#endif /* end of AD4696_USER_CONFIG_H */