precision-converters-firmware
ad7124_console_app.h
Go to the documentation of this file.
1 /***************************************************************************//*
2  * @file ad7124_console_app.h
3  * @brief Defines the console menu structure for the AD7124 example code
4  * @details
5 ******************************************************************************
6  * Copyright (c) 2021 Analog Devices, Inc. All Rights Reserved.
7  *
8  * This software is proprietary to Analog Devices, Inc. and its licensors.
9  * By using this software you agree to the terms of the associated
10  * Analog Devices Software License Agreement.
11 ******************************************************************************/
12 
13 #ifndef AD7124_CONSOLE_APP_H_
14 #define AD7124_CONSOLE_APP_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include "adi_console_menu.h"
21 
22 /******************************************************************************/
23 /********************** Macros and Constants Definition ***********************/
24 /******************************************************************************/
25 
34 };
35 
36 /******************************************************************************/
37 /********************** Public/Extern Declarations ****************************/
38 /******************************************************************************/
39 
40 int32_t ad7124_app_initialize(uint8_t configID);
42 
43 #endif /* AD7124_CONSOLE_APP_H_ */
console_menu ad7124_main_menu
Definition: ad7124_console_app.c:2082
int32_t ad7124_app_initialize(uint8_t configID)
Initialize the AD7124 device and the SPI port as required.
Definition: ad7124_console_app.c:274
sensor_config_ids
Definition: ad7124_console_app.h:26
@ AD7124_CONFIG_THERMISTOR
Definition: ad7124_console_app.h:32
@ AD7124_CONFIG_4WIRE_RTD
Definition: ad7124_console_app.h:30
@ AD7124_CONFIG_2WIRE_RTD
Definition: ad7124_console_app.h:28
@ AD7124_CONFIG_RESET
Definition: ad7124_console_app.h:27
@ AD7124_CONFIG_3WIRE_RTD
Definition: ad7124_console_app.h:29
@ AD7124_CONFIG_THERMOCOUPLE
Definition: ad7124_console_app.h:31
@ NUMBER_OF_SENSOR_CONFIGS
Definition: ad7124_console_app.h:33
: A simple console menu manager handler
Definition: adi_console_menu.h:89