Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/bmp388/
Dbmp388.h112 #define BMP388_PWR_CTRL_MODE_NORMAL (0x03 << BMP388_PWR_CTRL_MODE_POS) macro
136 BMP388_PWR_CTRL_MODE_NORMAL)
Dbmp388.c439 reg_val = BMP388_PWR_CTRL_MODE_NORMAL; in bmp388_pm_action()