Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c353 static MS_BOOL SendByte(MS_U8 u8BusNum, MS_U8 u8dat) // Be used int IIC_SendByte in SendByte() function
417 if (SendByte(u8BusNum,u8dat)==I2C_ACKNOWLEDGE) in IIC_SendByte()