Searched defs:i2cx (Results 1 – 1 of 1) sorted by relevance
256 static I2C_TypeDef *GetI2cHandlerMatch(I2C_HANDLE i2cx) in GetI2cHandlerMatch()276 static bool EnableI2cClock(const I2C_TypeDef *i2cx) in EnableI2cClock()293 static void HdfI2cInit(I2C_HANDLE i2cx, unsigned int i2cRate, unsigned int addr) in HdfI2cInit()322 static int32_t HdfI2cWrite(I2C_HANDLE i2cx, unsigned char devAddr, const unsigned char *buf, unsign… in HdfI2cWrite()368 static int32_t HdfI2cRead(I2C_HANDLE i2cx, unsigned char devAddr, unsigned char *buf, unsigned int … in HdfI2cRead()