Home
last modified time | relevance | path

Searched refs:I2CERR_LOST (Results 1 – 1 of 1) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/device/lib/ds390/
H A Di2c390.c58 #define I2CERR_LOST 2 /* Arbitration lost */ macro
145 i2cError = I2CERR_LOST; in BitOutI2C()
329 if (i2cError != I2CERR_LOST) I2CStop(); in I2CSendReceive()
356 case I2CERR_LOST: in I2CDumpError()