Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c1023 MS_U8* paddr_temp=(MS_U8*)NULL; in MApi_SWI2C_ReadBytes() local
1049 paddr_temp = (MS_U8*)paddr; in MApi_SWI2C_ReadBytes()
1050 if((g_I2CReadMode[u8BusNum]!=E_SWI2C_READ_MODE_DIRECT) && (ucSubAdr_temp>0) && (paddr_temp)) in MApi_SWI2C_ReadBytes()
1063 if (IIC_SendByte(u8BusNum,*paddr_temp) == FALSE) in MApi_SWI2C_ReadBytes()
1067 paddr_temp++; in MApi_SWI2C_ReadBytes()