Zephyr API 3.6.99
|
Node in a linked list of emulators for MSPI devices. More...
#include <mspi_emul.h>
Data Fields | |
sys_snode_t | node |
const struct emul * | target |
Target emulator - REQUIRED for all emulated bus nodes of any type. | |
const struct emul_mspi_device_api * | api |
API provided for this device. | |
uint16_t | dev_idx |
device index | |
Node in a linked list of emulators for MSPI devices.
const struct emul_mspi_device_api* mspi_emul::api |
API provided for this device.
uint16_t mspi_emul::dev_idx |
device index
sys_snode_t mspi_emul::node |
const struct emul* mspi_emul::target |
Target emulator - REQUIRED for all emulated bus nodes of any type.