no-OS
ad5755_cfg.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef __AD5755_CFG_H__
35 #define __AD5755_CFG_H__
36 
38  0, //DUT_AD0
39  0, //DUT_AD1
40  1, //enablePacketErrorCheck
41  0, //pocBit
42  1, //statReadBit
43  0, //shtCcLimBit
44  {0, 0, 0, 0}, //{rsetChA, rsetChB, rsetChC, rsetChD}
45  {0, 0, 0, 0}, //{ovrngBitA, ovrngBitB, ovrngBitC, ovrngBitD}
46  0, //dcDcCompBit
47  AD5755_PHASE_ALL_DC_DC, //dcDcPhaseBit
48  AD5755_FREQ_410_HZ, //dcDcFreqBit
49  AD5755_MAX_23V //dcDcMaxVBit
50 };
51 
52 #endif // __AD5755_CFG_H__
AD5755_PHASE_ALL_DC_DC
#define AD5755_PHASE_ALL_DC_DC
Definition: ad5755.h:208
AD5755_FREQ_410_HZ
#define AD5755_FREQ_410_HZ
Definition: ad5755.h:215
AD5755_st
struct ad5755_setup AD5755_st
Definition: ad5755_cfg.h:37
ad5755_setup
Stores the settings that will be written to the device when the "AD5755_Init" functions is called.
Definition: ad5755.h:276
AD5755_MAX_23V
#define AD5755_MAX_23V
Definition: ad5755.h:219