Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.c449 static int bme680_pm_control(const struct device *dev, enum pm_device_action action) in bme680_pm_control() function
478 return pm_device_driver_init(dev, bme680_pm_control); in bme680_init()
511 PM_DEVICE_DT_INST_DEFINE(inst, bme680_pm_control); \