TX_EMPTY=not_empty, RX_EMPTY=not_empty, BUS=idle, RX_FULL=not_full, CLK_MODE=not_actively_driving_scl_clock, TX_FULL=not_empty
Status Register.
BUS | Bus Status. 0 (idle): I2C Bus Idle. 1 (busy): I2C Bus Busy. |
RX_EMPTY | RX empty. 0 (not_empty): Not Empty. 1 (empty): Empty. |
RX_FULL | RX Full. 0 (not_full): Not Full. 1 (full): Full. |
TX_EMPTY | TX Empty. 0 (not_empty): Not Empty. 1 (empty): Empty. |
TX_FULL | TX Full. 0 (not_empty): Not Empty. 1 (empty): Empty. |
CLK_MODE | Clock Mode. 0 (not_actively_driving_scl_clock): Device not actively driving SCL clock cycles. 1 (actively_driving_scl_clock): Device operating as master and actively driving SCL clock cycles. |