Searched refs:TWI_SR_LOCK (Results 1 – 2 of 2) sorted by relevance
93 if (bus->status & (TWI_SR_OVRE | TWI_SR_UNRE | TWI_SR_LOCK)) { in at91_i2c_xfer_msg()101 if (bus->status & TWI_SR_LOCK) in at91_i2c_xfer_msg()
22 #define TWI_SR_LOCK BIT(23) /* TWI Lock due to Frame Errors */ macro