14 #ifndef _AD77681_SUPPORT_H_
15 #define _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.