File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 71
71
#define ADIS16201_DIAG_STAT_FLASH_UPT_FAIL_BIT 2
72
72
/* Power supply above 3.625 V */
73
73
#define ADIS16201_DIAG_STAT_POWER_HIGH_BIT 1
74
- /* Power supply below 3.15 V */
74
+ /* Power supply below 2.975 V */
75
75
#define ADIS16201_DIAG_STAT_POWER_LOW_BIT 0
76
76
77
77
/* System Command Register Definition */
@@ -231,7 +231,7 @@ static const char * const adis16201_status_error_msgs[] = {
231
231
[ADIS16201_DIAG_STAT_SPI_FAIL_BIT ] = "SPI failure" ,
232
232
[ADIS16201_DIAG_STAT_FLASH_UPT_FAIL_BIT ] = "Flash update failed" ,
233
233
[ADIS16201_DIAG_STAT_POWER_HIGH_BIT ] = "Power supply above 3.625V" ,
234
- [ADIS16201_DIAG_STAT_POWER_LOW_BIT ] = "Power supply below 3.15V " ,
234
+ [ADIS16201_DIAG_STAT_POWER_LOW_BIT ] = "Power supply below 2.975V " ,
235
235
};
236
236
237
237
static const struct adis_data adis16201_data = {
Original file line number Diff line number Diff line change 73
73
#define ADIS16209_STAT_FLASH_UPT_FAIL_BIT 2
74
74
/* Power supply above 3.625 V */
75
75
#define ADIS16209_STAT_POWER_HIGH_BIT 1
76
- /* Power supply below 3.15 V */
76
+ /* Power supply below 2.975 V */
77
77
#define ADIS16209_STAT_POWER_LOW_BIT 0
78
78
79
79
#define ADIS16209_CMD_REG 0x3E
@@ -241,7 +241,7 @@ static const char * const adis16209_status_error_msgs[] = {
241
241
[ADIS16209_STAT_SPI_FAIL_BIT ] = "SPI failure" ,
242
242
[ADIS16209_STAT_FLASH_UPT_FAIL_BIT ] = "Flash update failed" ,
243
243
[ADIS16209_STAT_POWER_HIGH_BIT ] = "Power supply above 3.625V" ,
244
- [ADIS16209_STAT_POWER_LOW_BIT ] = "Power supply below 3.15V " ,
244
+ [ADIS16209_STAT_POWER_LOW_BIT ] = "Power supply below 2.975V " ,
245
245
};
246
246
247
247
static const struct adis_data adis16209_data = {
Original file line number Diff line number Diff line change 122
122
/* Power supply above 3.625 V */
123
123
#define ADIS16203_DIAG_STAT_POWER_HIGH_BIT 1
124
124
125
- /* Power supply below 3.15 V */
125
+ /* Power supply below 2.975 V */
126
126
#define ADIS16203_DIAG_STAT_POWER_LOW_BIT 0
127
127
128
128
/* GLOB_CMD */
@@ -234,7 +234,7 @@ static const char * const adis16203_status_error_msgs[] = {
234
234
[ADIS16203_DIAG_STAT_SPI_FAIL_BIT ] = "SPI failure" ,
235
235
[ADIS16203_DIAG_STAT_FLASH_UPT_BIT ] = "Flash update failed" ,
236
236
[ADIS16203_DIAG_STAT_POWER_HIGH_BIT ] = "Power supply above 3.625V" ,
237
- [ADIS16203_DIAG_STAT_POWER_LOW_BIT ] = "Power supply below 3.15V " ,
237
+ [ADIS16203_DIAG_STAT_POWER_LOW_BIT ] = "Power supply below 2.975V " ,
238
238
};
239
239
240
240
static const struct adis_data adis16203_data = {
Original file line number Diff line number Diff line change 175
175
/* Power supply above 3.625 V */
176
176
#define ADIS16240_DIAG_STAT_POWER_HIGH_BIT 1
177
177
178
- /* Power supply below 3.15 V */
178
+ /* Power supply below 2.225 V */
179
179
#define ADIS16240_DIAG_STAT_POWER_LOW_BIT 0
180
180
181
181
/* GLOB_CMD */
You can’t perform that action at this time.
0 commit comments