26.6 I2C registersอ้างอิงถึงสำหรับรายการตัวย่อที่ใช้ใน register descriptions.
The peripheral registers ต้องถูกเข้าถึงโดย half-words (16 bits) or words (32 bits).

Bit 15
SWRST: Software reset
เมื่อ set, the I2C อยู่ภายใต้ reset state. ก่อนการรีเซ็ตบิตนี้, ทำให้แน่ใจว่า the I2C lines ถูกปลดปล่อยและ the bus เป็นอิสระ.
0: I2C Peripheral ไม่อยู่ภายใต้ reset
1: I2C Peripheral อยู่ภายใต้ reset state
Note: บิตนี้สามารถถูกใช้เพื่อเริ่มต้นใหม่ the peripheral หลังจาก an error หรือ a locked state. ตัวอย่างเช่น, ถ้า the BUSY bit ถูก
เซ็ตและยังคงถูกล็อคเนืองจากความผิดพลาดบน the bus, the SWRST bit สามารถถูกใช้เพื่อออกจากสภาวะนี้.
Bit 14 Reserved, must be kept at reset value
Bit 13
ALERT: SMBus alert
บิตนี้ถูกเซ็ตและเคลียร์โดย software, และถูกเคลียร์โดย hardware เมื่อ PE=0.
0: ปลดปล่อย SMBA pin high. Alert Response Address Header ตามด้วย NACK.
1: ขับ SMBA pin low. Alert Response Address Header ตามด้วย ACK.
Bit 12
PEC: Packet error checking
บิตนี้ถูกเซ็ตและเคลียร์โดย software, และถูกเคลียร์โดย hardware เมื่อ PEC ถูกส่งถ่ายหรือโดย a START หรือ Stop condition หรือเมื่อ PE=0.
0: ไม่มี PEC transfer
1: PEC transfer (in Tx or Rx mode)
Note: PEC calculation ถูกทำให้เสียหายโดย an arbitration loss.