Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mspi_emul Struct Reference

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

#include <mspi_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_mspi_device_apiapi
 API provided for this device.
 
uint16_t dev_idx
 device index
 

Detailed Description

Node in a linked list of emulators for MSPI devices.

Field Documentation

◆ api

const struct emul_mspi_device_api* mspi_emul::api

API provided for this device.

◆ dev_idx

uint16_t mspi_emul::dev_idx

device index

◆ node

sys_snode_t mspi_emul::node

◆ target

const struct emul* mspi_emul::target

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


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