Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

app/ad5770r_reset_config.h

Committer:
Kjansen
Date:
2021-08-03
Revision:
5:f3d7cf95cd8f
Parent:
1:63c505e13da4

File content as of revision 5:f3d7cf95cd8f:

/*!
 *****************************************************************************
  @file:  ad5770r_reset_config.h
  @brief: AD5770R initialization configuration header
  @details:
 -----------------------------------------------------------------------------
 *
Copyright (c) 2020-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 AD5770R_RESET_CONFIG_H_
#define AD5770R_RESET_CONFIG_H_

// #includes
#include "ad5770r.h"

extern const struct ad5770r_dev ad5770r_dev_reset;

#endif /* AD5770R_RESET_CONFIG_H_ */