Searched refs:Z_EMUL_BUS (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | emul.h | 104 #define Z_EMUL_BUS(_dev_node_id, _i2c, _espi, _spi) \ macro 123 static struct Z_EMUL_BUS(node_id, i2c_emul, espi_emul, spi_emul) \ 126 .Z_EMUL_BUS(node_id, addr, chipsel, chipsel) = DT_REG_ADDR(node_id), \ 134 .bus_type = Z_EMUL_BUS(node_id, EMUL_BUS_TYPE_I2C, EMUL_BUS_TYPE_ESPI, \ 136 .bus = {.Z_EMUL_BUS(node_id, i2c, espi, spi) = \
|