Home
last modified time | relevance | path

Searched defs:IS_I2C_TRIG_SOURCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_i2c_ex.h263 #define IS_I2C_TRIG_SOURCE(__INSTANCE__, __SOURCE__) (((__INSTANCE__) == I2C3) ? \ macro
267 #define IS_I2C_TRIG_SOURCE(__INSTANCE__, __SOURCE__) (IS_I2C_GRP2_TRIG_SOURCE(__SOURCE__)) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_i2c_ex.h252 #define IS_I2C_TRIG_SOURCE(__INSTANCE__, __SOURCE__) (((__INSTANCE__) == I2C3) ? \ macro