Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
emul_mspi_driver_api Struct Reference

Definition of the MSPI controller emulator API. More...

#include <mspi_emul.h>

Data Fields

struct mspi_driver_api mspi_api
 The struct mspi_driver_api has to be first in struct emul_mspi_driver_api to make pointer casting working.
mspi_emul_trigger_event trigger_event
 Emulator specific: triggers an event on the emulated MSPI controller.
mspi_emul_find_emul find_emul
 Emulator specific: finds an emulator present on the MSPI bus.

Detailed Description

Definition of the MSPI controller emulator API.

Field Documentation

◆ find_emul

mspi_emul_find_emul emul_mspi_driver_api::find_emul

Emulator specific: finds an emulator present on the MSPI bus.

◆ mspi_api

struct mspi_driver_api emul_mspi_driver_api::mspi_api

The struct mspi_driver_api has to be first in struct emul_mspi_driver_api to make pointer casting working.

◆ trigger_event

mspi_emul_trigger_event emul_mspi_driver_api::trigger_event

Emulator specific: triggers an event on the emulated MSPI controller.


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