Searched refs:pBuf_temp (Results 1 – 1 of 1) sorted by relevance
730 MS_U8* pBuf_temp=(MS_U8*)NULL; in MApi_SWI2C_WriteBytes() local753 pBuf_temp = (MS_U8*)pBuf; in MApi_SWI2C_WriteBytes()774 if (IIC_SendByte(u8BusNum,*pBuf_temp) == FALSE) in MApi_SWI2C_WriteBytes()778 pBuf_temp++; // next byte pointer in MApi_SWI2C_WriteBytes()818 MS_U8* pBuf_temp=(MS_U8*)NULL; in MApi_SWI2C_WriteBytesStop() local840 pBuf_temp = (MS_U8*)pBuf; in MApi_SWI2C_WriteBytesStop()861 if (IIC_SendByte(u8BusNum,*pBuf_temp) == FALSE) in MApi_SWI2C_WriteBytesStop()865 pBuf_temp++; // next byte pointer in MApi_SWI2C_WriteBytesStop()