Searched refs:I2CMstStartB (Results 1 – 2 of 2) sorted by relevance
86 I2C_InitStruct->I2CMstStartB = DISABLE; in I2C_StructInit()118 …C_ADDR_10BIT) || (I2C_InitStruct->I2CSpdMod == I2C_HS_MODE) || (I2C_InitStruct->I2CMstStartB != 0)) in I2C_Init()129 if ((I2C_InitStruct->I2CMstGC != 0) || (I2C_InitStruct->I2CMstStartB != 0)) in I2C_Init()134 (I2C_InitStruct->I2CMstStartB << 10) | in I2C_Init()
175 u32 I2CMstStartB; /*!< Specifies the I2C Start Byte Support of Master. */ member
Completed in 5 milliseconds