Searched refs:ucMask (Results 1 – 7 of 7) sorted by relevance
365 MS_U8 ucMask = 0x80; in i2c_ReceiveByte() local373 while (ucMask) in i2c_ReceiveByte()381 ucReceive |= ucMask; in i2c_ReceiveByte()384 ucMask >>= 1; // next in i2c_ReceiveByte()413 MS_U8 ucMask = 0x80; in i2c_SendByte() local421 while (ucMask) in i2c_SendByte()423 if (uc_val & ucMask) in i2c_SendByte()433 ucMask >>= 1; // next in i2c_SendByte()
476 MS_U8 ucMask = 0x80; in IIC_GetByte() local480 while ( ucMask ) in IIC_GetByte()488 ucReceive |= ucMask; in IIC_GetByte()490 ucMask >>= 1; // next in IIC_GetByte()