Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/
Dstsafea_service_stub.c143 phi2c->Init.GeneralCallMode = I2C_GENERALCALL_DISABLE; in MX_I2C2_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_i2c.h70 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_i2c.c557 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()
633 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()