/* FIX : STAT = 0xF8
This status code indicates that no relevant information is available because the serial
interrupt flag, SI, is not yet set. This occurs between other states and when the I2C block
is not involved in a serial transfer.
This function should do nothing at all, modify no registers, and simply return.
*/
case 0xF8:
return 0; |