Searched refs:PIN_LOW (Results 1 – 6 of 6) sorted by relevance
137 #define PIN_LOW 0U macro139 #define I2C_ACKNOWLEDGE PIN_LOW241 while ((i2cSCL_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SCL pull high in i2cSetSCL_Chk()264 while ((i2cSDA_PIN_STATUS == PIN_LOW) && (ucDummy--)) ; // check SDA pull high in i2cSetSDA_Chk()310 if ((i2cSCL_PIN_STATUS == PIN_LOW) || (i2cSDA_PIN_STATUS == PIN_LOW)) in i2c_Start()317 i2cSetSDA(PIN_LOW); in i2c_Start()319 i2cSetSCL(PIN_LOW); in i2c_Start()344 i2cSetSCL(PIN_LOW); in i2c_Stop()346 i2cSetSDA(PIN_LOW); in i2c_Stop()382 i2cSetSCL_Chk(PIN_LOW); in i2c_ReceiveByte()[all …]