Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_smbus_ex.h241 #define IS_SMBUS_TRIG_SOURCE(__INSTANCE__, __SOURCE__) (((__INSTANCE__) == I2C3) ? \ macro
245 #define IS_SMBUS_TRIG_SOURCE(__INSTANCE__, __SOURCE__) (IS_SMBUS_GRP2_TRIG_SOURCE(__SOURCE__)) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_smbus_ex.h230 #define IS_SMBUS_TRIG_SOURCE(__INSTANCE__, __SOURCE__) (((__INSTANCE__) == I2C3) ? \ macro