Pratyush Mallick / Mbed OS EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad5770r_console_app.h Source File

ad5770r_console_app.h

Go to the documentation of this file.
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