Writing 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 at the same
time, and then 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 Host on Bus interrupt flag (INTFLAG.MB) is '1'.
If CMD 0x1 is issued, a repeated start will be issued 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 transmission of the new address.
Note: This bit field is
write-synchronized: SYNCBUSY.SYSOP must be checked to ensure the CTRLB.CMD
synchronization is complete.
Table 36-11. Command DescriptionValue | Direction | Action |
---|
0x0 | X | (No action) |
0x1 | X | Execute acknowledge action succeeded by repeated Start |
0x2 | 0 (Write) | No operation |
1 (Read) | Execute acknowledge action succeeded by a byte read operation |
0x3 | X | Execute acknowledge action succeeded by issuing a stop condition |
Note: This bit field is not enable-protected.