Searched refs:s2Reg (Results 1 – 1 of 1) sorted by relevance
568 uint8_t s2Reg; in I2C_MasterInit() local618 s2Reg = (uint8_t)(base->S2 & (~I2C_S2_DFEN_MASK)); in I2C_MasterInit()619 base->S2 = s2Reg | I2C_S2_DFEN(masterConfig->enableDoubleBuffering); in I2C_MasterInit()