Initial Commit
Dependencies: platform_drivers AD5592R adi_console_menu
Diff: app/ad5592r_configs.h
- Revision:
- 1:e84d8d51cd51
diff -r 7ac684c6e395 -r e84d8d51cd51 app/ad5592r_configs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/ad5592r_configs.h Mon Jun 15 14:34:32 2020 +0000 @@ -0,0 +1,35 @@ +/*! + ***************************************************************************** + @file: ad5592r_configs.h + @brief: user config header for ad5592r + @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 AD5592R_INIT_CONFIG_H +#define AD5592R_INIT_CONFIG_H + +/******************************************************************************/ +/***************************** Include Files **********************************/ +/******************************************************************************/ +#include "ad5592r-base.h" + +/******************************************************************************/ +/***************************** Public Declarations *******************************/ +/******************************************************************************/ +extern struct ad5592r_init_param ad5592r_user_param; +extern struct i2c_init_params i2c_user_params; +extern struct spi_init_params spi_user_params; +extern struct i2c_desc i2c_user_descr; +extern struct spi_desc spi_user_descr; +extern struct ad5592r_dev ad5592r_dev_reset; +extern struct ad5592r_dev ad5592r_dev_user; + +#endif /*AD5592R_INIT_CONFIG_H*/