precision-converters-firmware
ad77681_support.h
Go to the documentation of this file.
1 /***************************************************************************/
14 #ifndef _AD77681_SUPPORT_H_
15 #define _AD77681_SUPPORT_H_
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 
21 #include "app_config.h"
22 #include "ad77681.h"
23 
24 /******************************************************************************/
25 /********************** Macros and Constants Definition ***********************/
26 /******************************************************************************/
27 
28 /******************************************************************************/
29 /********************** Variables and User Defined Data Types *****************/
30 /******************************************************************************/
31 
32 /******************************************************************************/
33 /************************ Public Declarations *********************************/
34 /******************************************************************************/
35 int32_t ad77681_enable_cont_conv_mode(void);
36 int32_t ad77681_read_converted_sample(uint32_t *adc_raw);
37 int32_t ad77681_read_single_sample(uint32_t *adc_raw);
38 
39 #endif /* _AD77681_SUPPORT_H_ */
Header file of the AD7768-1 Driver.
int32_t ad77681_read_single_sample(uint32_t *adc_raw)
Read ADC single sample data.
Definition: ad77681_support.c:103
int32_t ad77681_enable_cont_conv_mode(void)
Enable continuous conversion mode.
Definition: ad77681_support.c:55
int32_t ad77681_read_converted_sample(uint32_t *adc_raw)
Read ADC raw data for recently sampled channel.
Definition: ad77681_support.c:73
Configuration file of nanodac firmware example program.