Searched refs:I2C_SMBusAlert (Results 1 – 6 of 6) sorted by relevance
683 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert) in I2C_SMBusAlertConfig() argument687 assert_param(IS_I2C_SMBUS_ALERT(I2C_SMBusAlert)); in I2C_SMBusAlertConfig()688 if (I2C_SMBusAlert == I2C_SMBusAlert_Low) in I2C_SMBusAlertConfig()
633 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert) in I2C_SMBusAlertConfig() argument637 assert_param(IS_I2C_SMBUS_ALERT(I2C_SMBusAlert)); in I2C_SMBusAlertConfig()638 if (I2C_SMBusAlert == I2C_SMBusAlert_Low) in I2C_SMBusAlertConfig()
687 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert) in I2C_SMBusAlertConfig() argument691 assert_param(IS_I2C_SMBUS_ALERT(I2C_SMBusAlert)); in I2C_SMBusAlertConfig()692 if (I2C_SMBusAlert == I2C_SMBusAlert_Low) in I2C_SMBusAlertConfig()
539 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert);
554 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert);
558 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert);
Completed in 14 milliseconds