Zephyr API 3.6.99
|
MSPI event data. More...
#include <mspi.h>
Data Fields | |
const struct device * | controller |
Pointer to the bus controller. | |
const struct mspi_dev_id * | dev_id |
Pointer to the peripheral device ID. | |
const struct mspi_xfer_packet * | packet |
Pointer to a transfer packet. | |
uint32_t | status |
MSPI event status. | |
uint32_t | packet_idx |
Packet index. | |
MSPI event data.
const struct device* mspi_event_data::controller |
Pointer to the bus controller.
const struct mspi_dev_id* mspi_event_data::dev_id |
Pointer to the peripheral device ID.
const struct mspi_xfer_packet* mspi_event_data::packet |
Pointer to a transfer packet.
uint32_t mspi_event_data::packet_idx |
Packet index.
uint32_t mspi_event_data::status |
MSPI event status.