Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad5770r_user_config.h Source File

ad5770r_user_config.h

00001 /*!
00002  *****************************************************************************
00003   @file:  ad5770_user_config.h
00004   @brief: user config header for ad5770r
00005   @details:
00006  -----------------------------------------------------------------------------
00007  *
00008 Copyright (c) 2020-2021 Analog Devices, Inc. All Rights Reserved.
00009 
00010 This software is proprietary to Analog Devices, Inc. and its licensors.
00011 By using this software you agree to the terms of the associated
00012 Analog Devices Software License Agreement.
00013  ******************************************************************************/
00014 
00015 #ifndef AD5770R_INIT_CONFIG_H_
00016 #define AD5770R_INIT_CONFIG_H_
00017 
00018 // #includes
00019 
00020 // #defines
00021 
00022 // Variables
00023 extern struct ad5770r_init_param ad5770r_user_param;
00024 
00025 // Function Prototypes
00026 
00027 #endif /* AD5770R_INIT_CONFIG_H_ */
00028