Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_i2c_ex.h93 #define I2C_AUTO_MODE_DISABLE (0x00000000U) /*!< Autonomous mode disab… macro
249 #define IS_I2C_AUTO_MODE(__MODE__) (((__MODE__) == I2C_AUTO_MODE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_i2c_ex.h93 #define I2C_AUTO_MODE_DISABLE (0x00000000U) /*!< Autonomous mode disab… macro
259 #define IS_I2C_AUTO_MODE(__MODE__) (((__MODE__) == I2C_AUTO_MODE_DISABLE) || \