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