Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
espi_emul Struct Reference

Node in a linked list of emulators for eSPI devices. More...

#include <espi_emul.h>

Data Fields

sys_snode_t node
const struct emultarget
 Target emulator - REQUIRED for all emulated bus nodes of any type.
const struct emul_espi_device_apiapi
 API provided for this device.
uint16_t chipsel
 eSPI chip-select of the emulated device

Detailed Description

Node in a linked list of emulators for eSPI devices.

Field Documentation

◆ api

const struct emul_espi_device_api* espi_emul::api

API provided for this device.

◆ chipsel

uint16_t espi_emul::chipsel

eSPI chip-select of the emulated device

◆ node

sys_snode_t espi_emul::node

◆ target

const struct emul* espi_emul::target

Target emulator - REQUIRED for all emulated bus nodes of any type.


The documentation for this struct was generated from the following file: