|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
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. | |
Definition of the MSPI controller emulator API.
| mspi_emul_find_emul emul_mspi_driver_api::find_emul |
Emulator specific: finds an emulator present on the MSPI bus.
| 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.
| mspi_emul_trigger_event emul_mspi_driver_api::trigger_event |
Emulator specific: triggers an event on the emulated MSPI controller.