precision-converters-firmware
ltc268x_console_app.h
Go to the documentation of this file.
1 /***************************************************************************/
13 #ifndef LTC268x_CONSOLE_APP_H_
14 #define LTC268x_CONSOLE_APP_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 #include "adi_console_menu.h"
20 
21 /******************************************************************************/
22 /********************** Macros and Constants Definition ***********************/
23 /******************************************************************************/
24 
25 /******************************************************************************/
26 /***************************** Public Declarations ***************************/
27 /******************************************************************************/
28 int32_t ltc268x_app_initialize(void);
29 
31 #endif /* LTC268x_CONSOLE_APP_H_ */
: A simple console menu manager handler
int32_t ltc268x_app_initialize(void)
Initialize the ltc268x device and user configurations.
Definition: ltc268x_console_app.c:78
console_menu ltc268x_main_menu
Definition: ltc268x_console_app.c:605
Definition: adi_console_menu.h:89