Home
last modified time | relevance | path

Searched refs:u8dat (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() argument
360 if (u8dat & u8Mask) in SendByte()
411 static MS_BOOL IIC_SendByte(MS_U8 u8BusNum, MS_U8 u8dat) in IIC_SendByte() argument
417 if (SendByte(u8BusNum,u8dat)==I2C_ACKNOWLEDGE) in IIC_SendByte()
421 SWI2C_DBG_INFO("IIC[%d] write byte 0x%x fail!!\n",u8BusNum, u8dat); in IIC_SendByte()