Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad5770r_reset_config.h Source File

ad5770r_reset_config.h

Go to the documentation of this file.
00001 /*!
00002  *****************************************************************************
00003   @file:  ad5770r_reset_config.h
00004   @brief: AD5770R initialization configuration header
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_RESET_CONFIG_H_
00016 #define AD5770R_RESET_CONFIG_H_
00017 
00018 // #includes
00019 #include "ad5770r.h"
00020 
00021 extern const struct ad5770r_dev ad5770r_dev_reset;
00022 
00023 #endif /* AD5770R_RESET_CONFIG_H_ */