Expand description
RTC I2C status
Structs§
- STATUS_
SPEC - RTC I2C status
Type Aliases§
- ACK_
REC_ R - Field
ACK_REC
reader - The received ACK value. 0: ACK. 1: NACK. - ARB_
LOST_ R - Field
ARB_LOST
reader - When the RTC I2C loses control of SCL line, the register changes to 1. - BUS_
BUSY_ R - Field
BUS_BUSY
reader - 0: RTC I2C bus is in idle state. 1: RTC I2C bus is busy transferring data. - BYTE_
TRANS_ R - Field
BYTE_TRANS
reader - This field changes to 1 when one byte is transferred. - OP_
CNT_ R - Field
OP_CNT
reader - Indicate which operation is working. - R
- Register
STATUS
reader - SCL_
MAIN_ STATE_ LAST_ R - Field
SCL_MAIN_STATE_LAST
reader - i2c last main status - SCL_
STATE_ LAST_ R - Field
SCL_STATE_LAST
reader - scl last status - SHIFT_R
- Field
SHIFT
reader - shifter content - SLAVE_
ADDRESSED_ R - Field
SLAVE_ADDRESSED
reader - When the address sent by the master matches the address of the slave, then this bit will be set. - SLAVE_
RW_ R - Field
SLAVE_RW
reader - 0: master writes to slave. 1: master reads from slave.