Searched refs:u8DataBuff (Results 1 – 1 of 1) sorted by relevance
302 __STATIC_INLINE void I2C_WriteDataReg(I2C_Type *pI2Cx, uint8_t u8DataBuff) in I2C_WriteDataReg() argument304 pI2Cx->D = u8DataBuff; in I2C_WriteDataReg()507 void I2C_WriteDataReg(I2C_Type *pI2Cx, uint8_t u8DataBuff);
Completed in 7 milliseconds