|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Pointer to the emulated bus node. More...
#include <zephyr/drivers/emul.h>
Data Fields | |
| struct i2c_emul * | i2c |
| I2C emulated bus node. | |
| struct espi_emul * | espi |
| eSPI emulated bus node | |
| struct spi_emul * | spi |
| SPI emulated bus node. | |
| struct mspi_emul * | mspi |
| MSPI emulated bus node. | |
| struct uart_emul * | uart |
| UART emulated bus node. | |
| struct no_bus_emul * | none |
| Stub used when the emulator is not on a bus. | |
Pointer to the emulated bus node.
| struct espi_emul* emul::bus::espi |
eSPI emulated bus node
| struct i2c_emul* emul::bus::i2c |
I2C emulated bus node.
| struct mspi_emul* emul::bus::mspi |
MSPI emulated bus node.
| struct no_bus_emul* emul::bus::none |
Stub used when the emulator is not on a bus.
| struct spi_emul* emul::bus::spi |
SPI emulated bus node.
| struct uart_emul* emul::bus::uart |
UART emulated bus node.