Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: