Searched refs:NoStretchMode (Results 1 – 15 of 15) sorted by relevance
72 I2cHandle.Init.NoStretchMode = I2C_NOSTRETCH_DISABLED; in I2cMcuFormat()
71 I2cHandle.Init.NoStretchMode = I2C_NOSTRETCH_DISABLE; in I2cMcuFormat()
90 uint32_t NoStretchMode; /*!< Specifies if nostretch mode is selected. member
88 uint32_t NoStretchMode; /*!< Specifies if nostretch mode is selected. member
87 uint32_t NoStretchMode; /*!< Specifies if nostretch mode is selected. member
249 assert_param(IS_SMBUS_NO_STRETCH(hsmbus->Init.NoStretchMode)); in HAL_SMBUS_Init()309 …hsmbus->Instance->CR1 = (hsmbus->Init.GeneralCallMode | hsmbus->Init.NoStretchMode | hsmbus->Init.… in HAL_SMBUS_Init()
420 assert_param(IS_I2C_NO_STRETCH(hi2c->Init.NoStretchMode)); in HAL_I2C_Init()472 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()
307 assert_param(IS_SMBUS_NO_STRETCH(hsmbus->Init.NoStretchMode)); in HAL_SMBUS_Init()385 …hsmbus->Instance->CR1 = (hsmbus->Init.GeneralCallMode | hsmbus->Init.NoStretchMode | hsmbus->Init.… in HAL_SMBUS_Init()
501 assert_param(IS_I2C_NO_STRETCH(hi2c->Init.NoStretchMode)); in HAL_I2C_Init()575 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()
385 assert_param(IS_I2C_NO_STRETCH(hi2c->Init.NoStretchMode)); in HAL_I2C_Init()427 …>CR1, (I2C_CR1_ENGC | I2C_CR1_NOSTRETCH), (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode)); in HAL_I2C_Init()