Module status

Source
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.