Tool/software:
Dear TI,
I have found a discrepancy between the datasheet register (AFEDIAG_CFG) and the firmware version PGA970_Generic_1_6. Please tell me which one is correct?
I will look forward to your reply
#define S1_PULL_UP_ENABLE (0 << 0)
#define S1_PULL_UP_DISABLE (1 << 0)
#define S2_PULL_UP_ENABLE (0 << 1)
#define S2_PULL_UP_DISABLE (1 << 1)
#define S3_PULL_UP_ENABLE (0 << 2)
#define S3_PULL_UP_DISABLE (1 << 2)
#define PE_PULL_UP_ENABLE (0 << 3)
#define PE_PULL_UP_DISABLE (1 << 3)