Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: adi_console_menu platform_drivers
Diff: app/ad5770r_reset_config.h
- Revision:
- 1:63c505e13da4
- Child:
- 5:384997a66f58
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/ad5770r_reset_config.h Mon Mar 30 16:52:24 2020 +0000 @@ -0,0 +1,23 @@ +/*! + ***************************************************************************** + @file: ad5770r_reset_config.h + @brief: AD5770R initialization configuration header + @details: + ----------------------------------------------------------------------------- + * +Copyright (c) 2020 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_ */