precision-converters-firmware
ad717x_support.h
Go to the documentation of this file.
1 /*************************************************************************/
13 #ifndef AD717X_SUPPORT_H_
14 #define AD717X_SUPPORT_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include "ad717x.h"
21 
22 /******************************************************************************/
23 /********************** Macros and Constants Definition ***********************/
24 /******************************************************************************/
25 
26 /******************************************************************************/
27 /********************** Variables and User Defined Data Types *****************/
28 /******************************************************************************/
29 
30 /******************************************************************************/
31 /********************** Public/Extern Declarations ****************************/
32 /******************************************************************************/
33 
34 int32_t ad717x_enable_cont_read(ad717x_dev *device, bool cont_read_en);
36 
37 #endif /* AD717X_SUPPORT_H_ */
struct ad5933_dev * device
Definition: main.c:77
int32_t ad717x_enable_cont_read(ad717x_dev *device, bool cont_read_en)
Enable/Disable continuous read mode.
Definition: ad717x_support.c:50
int32_t ad717x_adc_read_converted_sample(uint32_t *adc_data)
Read ADC raw data for recently sampled channel.
Definition: ad717x_support.c:84
Definition: ad77681.h:497