I2C interrupt clear register
| ADDRCF | Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register. |
| NACKCF | Not Acknowledge flag clear Writing 1 to this bit clears the NACKF flag in I2C_ISR register. |
| STOPCF | STOP detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register. |
| BERRCF | Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register. |
| ARLOCF | Arbitration lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register. |
| OVRCF | Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register. |