Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/smbus/
Dsmbus_stm32.c95 static int smbus_stm32_configure(const struct device *dev, uint32_t config_value) in smbus_stm32_configure() argument
100 if (config_value & SMBUS_MODE_PEC) { in smbus_stm32_configure()
105 if (config_value & SMBUS_MODE_HOST_NOTIFY) { in smbus_stm32_configure()
110 if (config_value & SMBUS_MODE_CONTROLLER) { in smbus_stm32_configure()
118 if (config_value & SMBUS_MODE_SMBALERT) { in smbus_stm32_configure()
126 data->config = config_value; in smbus_stm32_configure()