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: platform_drivers adi_console_menu
app/ad5770r_user_config.h@1:63c505e13da4, 2020-03-30 (annotated)
- Committer:
- mbradley
- Date:
- Mon Mar 30 16:52:24 2020 +0000
- Revision:
- 1:63c505e13da4
Initial Version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbradley | 1:63c505e13da4 | 1 | /*! |
| mbradley | 1:63c505e13da4 | 2 | ***************************************************************************** |
| mbradley | 1:63c505e13da4 | 3 | @file: ad5770_user_config.h |
| mbradley | 1:63c505e13da4 | 4 | @brief: user config header for ad5770r |
| mbradley | 1:63c505e13da4 | 5 | @details: |
| mbradley | 1:63c505e13da4 | 6 | ----------------------------------------------------------------------------- |
| mbradley | 1:63c505e13da4 | 7 | * |
| mbradley | 1:63c505e13da4 | 8 | Copyright (c) 2020 Analog Devices, Inc. All Rights Reserved. |
| mbradley | 1:63c505e13da4 | 9 | |
| mbradley | 1:63c505e13da4 | 10 | This software is proprietary to Analog Devices, Inc. and its licensors. |
| mbradley | 1:63c505e13da4 | 11 | By using this software you agree to the terms of the associated |
| mbradley | 1:63c505e13da4 | 12 | Analog Devices Software License Agreement. |
| mbradley | 1:63c505e13da4 | 13 | ******************************************************************************/ |
| mbradley | 1:63c505e13da4 | 14 | |
| mbradley | 1:63c505e13da4 | 15 | #ifndef AD5770R_INIT_CONFIG_H_ |
| mbradley | 1:63c505e13da4 | 16 | #define AD5770R_INIT_CONFIG_H_ |
| mbradley | 1:63c505e13da4 | 17 | |
| mbradley | 1:63c505e13da4 | 18 | // #includes |
| mbradley | 1:63c505e13da4 | 19 | |
| mbradley | 1:63c505e13da4 | 20 | // #defines |
| mbradley | 1:63c505e13da4 | 21 | |
| mbradley | 1:63c505e13da4 | 22 | // Variables |
| mbradley | 1:63c505e13da4 | 23 | extern struct ad5770r_init_param ad5770r_user_param; |
| mbradley | 1:63c505e13da4 | 24 | |
| mbradley | 1:63c505e13da4 | 25 | // Function Prototypes |
| mbradley | 1:63c505e13da4 | 26 | |
| mbradley | 1:63c505e13da4 | 27 | #endif /* AD5770R_INIT_CONFIG_H_ */ |
| mbradley | 1:63c505e13da4 | 28 |