Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c730 MS_U8* pBuf_temp=(MS_U8*)NULL; in MApi_SWI2C_WriteBytes() local
753 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() local
840 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()