Home
last modified time | relevance | path

Searched refs:IS_I2C_AUTO_MODE_TRG_POL (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_i2c_ex.h285 #define IS_I2C_AUTO_MODE_TRG_POL(__POLARITY__) (((__POLARITY__) == I2C_TRIG_POLARITY_RISING) |… macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_i2c_ex.h329 #define IS_I2C_AUTO_MODE_TRG_POL(__POLARITY__) (((__POLARITY__) == I2C_TRIG_POLARITY_RISING) |… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_i2c_ex.c390 assert_param(IS_I2C_AUTO_MODE_TRG_POL(sConfig->TriggerPolarity)); in HAL_I2CEx_SetConfigAutonomousMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_i2c_ex.c390 assert_param(IS_I2C_AUTO_MODE_TRG_POL(sConfig->TriggerPolarity)); in HAL_I2CEx_SetConfigAutonomousMode()