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
ad5770r_console_app.h
00001 /*! 00002 ***************************************************************************** 00003 @file: ad5770r_console_app.h 00004 00005 @brief: defines the console menu structure for the AD5770R example code 00006 00007 @details: 00008 ----------------------------------------------------------------------------- 00009 * 00010 Copyright (c) 2020-2021 Analog Devices, Inc. All Rights Reserved. 00011 00012 This software is proprietary to Analog Devices, Inc. and its licensors. 00013 By using this software you agree to the terms of the associated 00014 Analog Devices Software License Agreement. 00015 ******************************************************************************/ 00016 00017 #ifndef AD5770R_CONSOLE_APP_H_ 00018 #define AD5770R_CONSOLE_APP_H_ 00019 00020 #include <stdint.h> 00021 00022 #include "adi_console_menu.h" 00023 00024 /* #defines */ 00025 00026 /* Public Declarations */ 00027 int32_t ad5770r_app_initialize(void); 00028 00029 extern console_menu ad5770r_main_menu; 00030 00031 #endif /* AD5770R_CONSOLE_APP_H_ */ 00032
Generated on Sat Jul 16 2022 11:28:42 by
