Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nxp/fxas21002/
Dfxas21002.c322 if (config->inst_on_bus == FXAS21002_BUS_I2C) { in fxas21002_init()
376 if (config->inst_on_bus == FXAS21002_BUS_I2C) { in fxas21002_init()
451 .inst_on_bus = FXAS21002_BUS_I2C, \
Dfxas21002.h17 #define FXAS21002_BUS_I2C (1<<0) macro