mbox
Vitis Drivers API Documentation
XMbox_Config Struct Reference

This typedef contains configuration information for the device. More...

Data Fields

u16 DeviceId
 Unique ID of device. More...
 
UINTPTR BaseAddress
 Register base address. More...
 
u8 UseFSL
 use the FSL for the interface. More...
 
u8 SendID
 FSL link for the write i/f mailbox. More...
 
u8 RecvID
 FSL link for the read i/f mailbox. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

u16 XMbox_Config::DeviceId

Unique ID of device.

u8 XMbox_Config::RecvID

FSL link for the read i/f mailbox.

Referenced by XMbox_Flush(), XMbox_IsEmpty(), XMbox_Read(), and XMbox_ReadBlocking().

u8 XMbox_Config::SendID

FSL link for the write i/f mailbox.

Referenced by XMbox_IsFull(), XMbox_Write(), and XMbox_WriteBlocking().