Searched refs:u32BitCount (Results 1 – 2 of 2) sorted by relevance
519 void I2C_EnableTwoBufferMode(I2C_T *i2c, uint32_t u32BitCount);
461 void I2C_EnableTwoBufferMode(I2C_T *i2c, uint32_t u32BitCount) in I2C_EnableTwoBufferMode() argument464 … i2c->CTL0 = (i2c->CTL0 & ~0xC33C) | (I2C_CTL0_SRCINTEN_Msk | I2C_CTL0_DPCINTEN_Msk | u32BitCount); in I2C_EnableTwoBufferMode()