Home
last modified time | relevance | path

Searched refs:s2Reg (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.c568 uint8_t s2Reg; in I2C_MasterInit() local
618 s2Reg = (uint8_t)(base->S2 & (~I2C_S2_DFEN_MASK)); in I2C_MasterInit()
619 base->S2 = s2Reg | I2C_S2_DFEN(masterConfig->enableDoubleBuffering); in I2C_MasterInit()