no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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__
#define AD5755_MAX_23V
Definition ad5755.h:209
#define AD5755_PHASE_ALL_DC_DC
Definition ad5755.h:198
#define AD5755_FREQ_410_HZ
Definition ad5755.h:205
struct ad5755_setup AD5755_st
Definition ad5755_cfg.h:37
Stores the settings that will be written to the device when the "AD5755_Init" functions is called.
Definition ad5755.h:263