31.7.2 Control B

Name: CTRLB
Offset: 0x04
Reset: 0x00000000
Property: PAC Write-Protection, Enable-Protected

Bit 3130292827262524 
          
Access  
Reset  
Bit 2322212019181716 
      ACKACTCMD[1:0] 
Access R/WWW 
Reset 000 
Bit 15141312111098 
       QCENSMEN 
Access R/WR/W 
Reset 00 
Bit 76543210 
          
Access  
Reset  

Bit 18 – ACKACT Acknowledge Action

This bit defines the I2C host's acknowledge behavior after a data byte is received from the I2C client. The acknowledge action is executed when a command is written to CTRLB.CMD, or if Smart mode is enabled (CTRLB.SMEN is written to one), when DATA.DATA is read.

Note: This bit is not enable-protected.
ValueDescription
0Send ACK
1Send NACK

Bits 17:16 – CMD[1:0] Command

Writing to these bits triggers a host operation as described below. The CMD bits are strobe bits and always read as zero. The acknowledge action is only valid in Host Read mode. In Host Write mode, a command will only result in a repeated start or stop condition. The CTRLB.ACKACT bit and the CMD bits can be written simultaneously, in which case the acknowledge action will be updated before the command is triggered.

Commands can only be issued when either the Client on Bus interrupt flag (INTFLAG.SB) or the Host on Bus interrupt flag (INTFLAG.MB) is ‘1’.

If CMD 0x1 is issued, a repeated start will be generated, followed by the transmission of the current address in ADDR.ADDR. If another address is desired, ADDR.ADDR must be written instead of the CMD bits. This will trigger a repeated start followed by the transmission of the new address.

Issuing a command will set the System Operation bit in the Synchronization Busy register (SYNCBUSY.SYSOP).

Note: This bit field is not enable-protected.
Table 31-5. Command Description
CMD[1:0]DirectionAction
0x0X(No action)
0x1XExecute acknowledge action succeeded by repeated Start
0x20 (Write)No operation
1 (Read)Execute acknowledge action, followed by a byte read operation
0x3XExecute acknowledge action, followed by issuing a stop condition

Bit 9 – QCEN Quick Command Enable

Note: This bit is enable-protected.
ValueDescription
0Quick Command is disabled
1Quick Command is enabled

Bit 8 – SMEN Smart Mode Enable

When Smart mode is enabled, acknowledge action is sent when DATA.DATA is read.

Note: This bit is enable-protected.
ValueDescription
0Smart mode is disabled
1Smart mode is enabled