I/O Flags

The system is always the bus master, so before any I/O transaction, the system must send an eight bit flag to the device to indicate the I/O operation that will be subsequently performed.

Table 1. IO Flags
Value Name Meaning
0x77 Command After this flag, the system starts sending a command group to the device. The first bit of the group can follow immediately after the last bit of the flag.
0x88 Transmit This command tells the device to wait for a bus turnaround time and then to start transmitting its response to the previously transmitted command group.
0xBB Idle Upon receipt of an idle flag, the device goes into the idle mode and remains there until the next Wake token is received.
0xCC Sleep Upon receipt of a sleep flag, the device enters the low-power sleep mode until the next Wake token is received.
Note: All other values are reserved and should not be used.