Searched refs:txd (Results 1 – 2 of 2) sorted by relevance
207 void CT_IIC_Send_Byte(uint8_t txd) in CT_IIC_Send_Byte() argument215 if ((txd & 0x80) >> 7) in CT_IIC_Send_Byte()224 txd <<= 1; in CT_IIC_Send_Byte()
111 void CT_IIC_Send_Byte(uint8_t txd);
Completed in 4 milliseconds