Searched refs:bus_cfg (Results 26 – 33 of 33) sorted by relevance
12
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.h | 95 const union fxas21002_bus_cfg bus_cfg; member
|
/Zephyr-latest/drivers/sensor/nxp/fxls8974/ |
D | fxls8974.h | 128 const union fxls8974_bus_cfg bus_cfg; member
|
/Zephyr-latest/drivers/sensor/nxp/fxos8700/ |
D | fxos8700.h | 164 const union fxos8700_bus_cfg bus_cfg; member
|
/Zephyr-latest/drivers/sensor/st/lis2dh/ |
D | lis2dh.c | 580 .bus_cfg = { .spi = SPI_DT_SPEC_INST_GET(inst, \ 608 .bus_cfg = { .i2c = I2C_DT_SPEC_INST_GET(inst), }, \
|
D | lis2dh.h | 221 const union lis2dh_bus_cfg bus_cfg; member
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 711 .bus_cfg.spi = SPI_DT_SPEC_INST_GET(inst, 0, 0), .bus_init = &bma_spi_init, \ 717 .bus_cfg.i2c = I2C_DT_SPEC_INST_GET(inst), .bus_init = &bma4xx_i2c_init, \
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | lsm6dsl.c | 918 .bus_cfg.spi = SPI_DT_SPEC_INST_GET(inst, SPI_WORD_SET(8) | \ 939 .bus_cfg.i2c = I2C_DT_SPEC_INST_GET(inst), \
|
D | lsm6dsl.h | 624 const union lsm6dsl_bus_cfg bus_cfg; member
|
12