| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Node in a linked list of emulators for eSPI devices. More...
#include <espi_emul.h>
| Data Fields | |
| sys_snode_t | node | 
| const struct emul * | target | 
| Target emulator - REQUIRED for all emulated bus nodes of any type. | |
| const struct emul_espi_device_api * | api | 
| API provided for this device. | |
| uint16_t | chipsel | 
| eSPI chip-select of the emulated device | |
Node in a linked list of emulators for eSPI devices.
| const struct emul_espi_device_api* espi_emul::api | 
API provided for this device.
| uint16_t espi_emul::chipsel | 
eSPI chip-select of the emulated device
| sys_snode_t espi_emul::node | 
| const struct emul* espi_emul::target | 
Target emulator - REQUIRED for all emulated bus nodes of any type.