Searched refs:bus_type (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/subsys/emul/ |
D | emul.c | 48 switch (emul->bus_type) { in emul_init_for_bus() 74 switch (emul->bus_type) { in emul_init_for_bus()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul.h | 92 enum emul_bus_type bus_type; member 154 .bus_type = Z_EMUL_BUS(node_id, EMUL_BUS_TYPE_I2C, EMUL_BUS_TYPE_ESPI, \
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x.h | 162 uint8_t bus_type : 2; /* I2C is 0, SPI is 1, I3C is 2 */ member 200 return (data->bus_type == BUS_SPI) ? x | 0x80 : x; in lsm6dsv16x_bus_reg()
|
D | lsm6dsv16x_rtio_stream.c | 362 if (lsm6dsv16x->bus_type == BUS_I2C) { in lsm6dsv16x_read_fifo_cb() 364 } else if (lsm6dsv16x->bus_type == BUS_I3C) { in lsm6dsv16x_read_fifo_cb() 422 if (lsm6dsv16x->bus_type == BUS_I2C) { in lsm6dsv16x_stream_irq_handler() 425 } else if (lsm6dsv16x->bus_type == BUS_I3C) { in lsm6dsv16x_stream_irq_handler()
|
D | lsm6dsv16x.c | 1179 .bus_type = BUS_SPI,)) \ 1208 .bus_type = BUS_I2C,)) \ 1241 .bus_type = BUS_I3C,)) \
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345_stream.c | 219 if (cfg->bus_type == ADXL345_BUS_I2C) { in adxl345_process_fifo_samples_cb() 348 if (cfg->bus_type == ADXL345_BUS_I2C) { in adxl345_process_status1_cb() 376 if (cfg->bus_type == ADXL345_BUS_I2C) { in adxl345_stream_irq_handler()
|
D | adxl345.c | 571 .bus_type = ADXL345_BUS_SPI, \ 582 .bus_type = ADXL345_BUS_I2C, \
|
D | adxl345.h | 232 uint8_t bus_type; member
|
/Zephyr-latest/tests/drivers/uart/uart_emul/src/ |
D | device.c | 276 zassert_equal(target->bus_type, EMUL_BUS_TYPE_UART, "UART bus required"); in uart_dummy_emul_tx_ready()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 723 DT_PHANDLE(node_id, master_bus), bus_type))), \ 789 DT_PHANDLE(node_id, master_bus), bus_type))),\
|