no-OS
drivers
dac
ad5755
ad5755_cfg.h
Go to the documentation of this file.
1
/***************************************************************************/
40
#ifndef __AD5755_CFG_H__
41
#define __AD5755_CFG_H__
42
43
struct
ad5755_setup
AD5755_st
= {
44
0,
//DUT_AD0
45
0,
//DUT_AD1
46
1,
//enablePacketErrorCheck
47
0,
//pocBit
48
1,
//statReadBit
49
0,
//shtCcLimBit
50
{0, 0, 0, 0},
//{rsetChA, rsetChB, rsetChC, rsetChD}
51
{0, 0, 0, 0},
//{ovrngBitA, ovrngBitB, ovrngBitC, ovrngBitD}
52
0,
//dcDcCompBit
53
AD5755_PHASE_ALL_DC_DC
,
//dcDcPhaseBit
54
AD5755_FREQ_410_HZ
,
//dcDcFreqBit
55
AD5755_MAX_23V
//dcDcMaxVBit
56
};
57
58
#endif // __AD5755_CFG_H__
AD5755_PHASE_ALL_DC_DC
#define AD5755_PHASE_ALL_DC_DC
Definition:
ad5755.h:214
AD5755_FREQ_410_HZ
#define AD5755_FREQ_410_HZ
Definition:
ad5755.h:221
AD5755_st
struct ad5755_setup AD5755_st
Definition:
ad5755_cfg.h:43
ad5755_setup
Stores the settings that will be written to the device when the "AD5755_Init" functions is called.
Definition:
ad5755.h:282
AD5755_MAX_23V
#define AD5755_MAX_23V
Definition:
ad5755.h:225
Generated by
1.8.17