Lines Matching refs:PIN_LOW
137 #define PIN_LOW 0U macro
139 #define I2C_ACKNOWLEDGE PIN_LOW
241 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()
395 i2cSetSCL(PIN_LOW); in i2c_ReceiveByte()
426 i2cSetSDA_Chk(PIN_LOW); in i2c_SendByte()
430 i2cSetSCL_Chk(PIN_LOW); in i2c_SendByte()
442 i2cSetSCL(PIN_LOW); in i2c_SendByte()
682 i2cSetSDA_Chk(PIN_LOW); in MHal_HDMITx_EdidReadBlock()
683 i2cSetSCL_Chk(PIN_LOW); in MHal_HDMITx_EdidReadBlock()