Searched refs:GeneralCallMode (Results 1 – 15 of 15) sorted by relevance
71 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLED; in I2cMcuFormat()
70 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLE; in I2cMcuFormat()
87 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
85 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
84 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
248 assert_param(IS_SMBUS_GENERAL_CALL(hsmbus->Init.GeneralCallMode)); in HAL_SMBUS_Init()309 …hsmbus->Instance->CR1 = (hsmbus->Init.GeneralCallMode | hsmbus->Init.NoStretchMode | hsmbus->Init.… in HAL_SMBUS_Init()
419 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()472 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()
306 assert_param(IS_SMBUS_GENERAL_CALL(hsmbus->Init.GeneralCallMode)); in HAL_SMBUS_Init()385 …hsmbus->Instance->CR1 = (hsmbus->Init.GeneralCallMode | hsmbus->Init.NoStretchMode | hsmbus->Init.… in HAL_SMBUS_Init()
500 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()575 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()
384 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()427 …MODIFY_REG(hi2c->Instance->CR1, (I2C_CR1_ENGC | I2C_CR1_NOSTRETCH), (hi2c->Init.GeneralCallMode | … in HAL_I2C_Init()