Searched refs:pu8addr_temp (Results 1 – 1 of 1) sorted by relevance
729 MS_U8* pu8addr_temp=(MS_U8*)NULL; in MApi_SWI2C_WriteBytes() local752 pu8addr_temp = (MS_U8*)pu8addr; in MApi_SWI2C_WriteBytes()765 if (IIC_SendByte(u8BusNum,*pu8addr_temp) == FALSE) in MApi_SWI2C_WriteBytes()769 pu8addr_temp++; in MApi_SWI2C_WriteBytes()817 MS_U8* pu8addr_temp=(MS_U8*)NULL; in MApi_SWI2C_WriteBytesStop() local839 pu8addr_temp = (MS_U8*)pu8addr; in MApi_SWI2C_WriteBytesStop()852 if (IIC_SendByte(u8BusNum,*pu8addr_temp) == FALSE) in MApi_SWI2C_WriteBytesStop()856 pu8addr_temp++; in MApi_SWI2C_WriteBytesStop()1022 MS_U8* pu8addr_temp=(MS_U8*)NULL; in MApi_SWI2C_ReadBytes() local1048 pu8addr_temp = (MS_U8*)pBuf; in MApi_SWI2C_ReadBytes()[all …]