13#ifndef _AD777x_USER_CONFIG_H_
14#define _AD777x_USER_CONFIG_H_
28#define AD777x_LOW_POWER 0
29#define AD777x_HIGH_RES 1
32#define AD777x_POWER_MODE AD777x_HIGH_RES
35#if (AD777x_POWER_MODE == AD777x_HIGH_RES)
36#define AD777x_MCLK_DIV 4
38#define AD777x_MCLK_DIV 8
42#define AD777x_DEC_RATE_INT (int) (AD777x_MCLK_FREQ/AD777x_MCLK_DIV/AD777x_SAMPLING_FREQUENCY)
43#define AD777x_DEC_RATE_DEC 0
46#define AD777x_GAIN_CORR 0x555555
ad7779_init_param ad777x_init_params
Definition ad777x_user_config.c:30
Configuration file of nanodac firmware example program.