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

MSPI event data. More...

#include <mspi.h>

Data Fields

const struct devicecontroller
 Pointer to the bus controller.
 
const struct mspi_dev_iddev_id
 Pointer to the peripheral device ID.
 
const struct mspi_xfer_packetpacket
 Pointer to a transfer packet.
 
uint32_t status
 MSPI event status.
 
uint32_t packet_idx
 Packet index.
 

Detailed Description

MSPI event data.

Field Documentation

◆ controller

const struct device* mspi_event_data::controller

Pointer to the bus controller.

◆ dev_id

const struct mspi_dev_id* mspi_event_data::dev_id

Pointer to the peripheral device ID.

◆ packet

const struct mspi_xfer_packet* mspi_event_data::packet

Pointer to a transfer packet.

◆ packet_idx

uint32_t mspi_event_data::packet_idx

Packet index.

◆ status

uint32_t mspi_event_data::status

MSPI event status.


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