precision-converters-firmware
ad7124_regs_configs.h
Go to the documentation of this file.
1 
17 #ifndef AD7124_REGS_CONFIGS_H_
18 #define AD7124_REGS_CONFIGS_H_
19 
20 #include "ad7124.h"
21 
22 /*
23  * Arrays holding the info for the AD7124 registers - address, initial value,
24  * size and access type.
25  */
26 extern struct ad7124_st_reg ad7124_regs_config_a[AD7124_REG_NO];
27 extern struct ad7124_st_reg ad7124_regs_config_b[AD7124_REG_NO];
28 
29 #endif /* AD7124_REGS_CONFIGS_H_ */
struct ad7124_st_reg ad7124_regs_config_a[AD7124_REG_NO]
Definition: ad7124_regs_config_a.c:19
struct ad7124_st_reg ad7124_regs_config_b[AD7124_REG_NO]
Definition: ad7124_regs_config_b.c:19