Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c1024 MS_U16 ucBufLen_temp=0; in MApi_SWI2C_ReadBytes() local
1046 ucBufLen_temp = ucBufLen; in MApi_SWI2C_ReadBytes()
1084 while (ucBufLen_temp--) // loop to burst read in MApi_SWI2C_ReadBytes()
1086 *pu8addr_temp = IIC_GetByte(u8BusNum,ucBufLen_temp); // receive byte in MApi_SWI2C_ReadBytes()