Searched refs:u8dat (Results 1 – 1 of 1) sorted by relevance
353 static MS_BOOL SendByte(MS_U8 u8BusNum, MS_U8 u8dat) // Be used int IIC_SendByte in SendByte() argument360 if (u8dat & u8Mask) in SendByte()411 static MS_BOOL IIC_SendByte(MS_U8 u8BusNum, MS_U8 u8dat) in IIC_SendByte() argument417 if (SendByte(u8BusNum,u8dat)==I2C_ACKNOWLEDGE) in IIC_SendByte()421 SWI2C_DBG_INFO("IIC[%d] write byte 0x%x fail!!\n",u8BusNum, u8dat); in IIC_SendByte()