Home
last modified time | relevance | path

Searched refs:I2C_SMBusAlert (Results 1 – 6 of 6) sorted by relevance

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_i2c.c683 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert) in I2C_SMBusAlertConfig() argument
687 assert_param(IS_I2C_SMBUS_ALERT(I2C_SMBusAlert)); in I2C_SMBusAlertConfig()
688 if (I2C_SMBusAlert == I2C_SMBusAlert_Low) in I2C_SMBusAlertConfig()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_i2c.c633 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert) in I2C_SMBusAlertConfig() argument
637 assert_param(IS_I2C_SMBUS_ALERT(I2C_SMBusAlert)); in I2C_SMBusAlertConfig()
638 if (I2C_SMBusAlert == I2C_SMBusAlert_Low) in I2C_SMBusAlertConfig()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_i2c.c687 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert) in I2C_SMBusAlertConfig() argument
691 assert_param(IS_I2C_SMBUS_ALERT(I2C_SMBusAlert)); in I2C_SMBusAlertConfig()
692 if (I2C_SMBusAlert == I2C_SMBusAlert_Low) in I2C_SMBusAlertConfig()
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_i2c.h539 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert);
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_i2c.h554 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert);
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_i2c.h558 void I2C_SMBusAlertConfig(I2C_TypeDef* I2Cx, uint16_t I2C_SMBusAlert);

Completed in 14 milliseconds