Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmg160/
Dbmg160.h173 #define BMG160_BUS_SPEED I2C_SPEED_STANDARD macro
175 #define BMG160_BUS_SPEED I2C_SPEED_FAST macro
Dbmg160.c28 i2c_cfg = I2C_MODE_CONTROLLER | I2C_SPEED_SET(BMG160_BUS_SPEED); in bmg160_bus_config()