MST_BUSY=not_actively_driving_scl_clock, RX_EM=not_empty, RX_FULL=not_full, BUSY=idle, TX_FULL=not_empty, TX_EM=not_empty
Status Register.
BUSY | Bus Status. 0 (idle): I2C Bus Idle. 1 (busy): I2C Bus Busy. |
RX_EM | RX empty. 0 (not_empty): Not Empty. 1 (empty): Empty. |
RX_FULL | RX Full. 0 (not_full): Not Full. 1 (full): Full. |
TX_EM | TX Empty. 0 (not_empty): Not Empty. 1 (empty): Empty. |
TX_FULL | TX Full. 0 (not_empty): Not Empty. 1 (empty): Empty. |
MST_BUSY | 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. |