7 |
RSVD |
R |
1b |
Reads return 1b. |
6 |
SEQ_STATUS |
R |
0b |
Status of the channel sequencer.
0b = Sequence stopped
1b = Sequence in progress
|
5 |
I2C_SPEED |
R |
0b |
I2C high-speed status.
0b = I2C bus is not in high speed mode.
1b = I2C bus is in high speed mode.
|
4 |
RMS_DONE |
R/W |
0b |
RMS computation status. Clear this bit by writing 1b to this bit.
0b = RMS operation in progress or not started; RMS result not ready.
1b = RMS computation complete; RMS result ready.
|
3 |
OSR_DONE |
R/W |
0b |
Averaging status. Clear this bit by writing 1b to this bit.
0b = Averaging in progress or not started; average result is not ready.
1b = Averaging complete; average result is ready.
|
2 |
CRC_ERR_FUSE |
R |
0b |
Device power-up configuration CRC check status. To re-evaluate this bit, software reset the device or power cycle AVDD.
0b = No problems detected in power-up configuration.
1b = Device configuration not loaded correctly.
|
1 |
CRC_ERR_IN |
R/W |
0b |
Status of CRC check on incoming data. Write 1b to clear this error flag.
0b = No CRC error.
1b = CRC error detected. All register writes, except to addresses 0x00 and 0x01, are blocked.
|
0 |
BOR |
R/W |
1b |
Brown out reset indicator. This bit is set if brown out condition occurs or device is power cycled. Write 1b to this bit to clear the flag.
0b = No brown out since last time this bit was cleared.
1b = Brown out condition detected or device power cycled.
|