RTND_SETTING_TX_QUEUE_MSIX_MAPPING
The RTND_SETTING_TX_QUEUE_MSIX_MAPPING structure describes the Transmit Queue's interrupt mapping setting.
Syntax
Copy
typedef struct RTND_SETTING_TX_QUEUE_MSIX_MAPPING{
BOOL SetMessageId;
ULONG MessageId;
}RTND_SETTING_TX_QUEUE_MSIX_MAPPING;
Fields
SetMessageId
TRUE indicates that the value of the MessageId field is valid, FALSE indicates that the driver must ignore the value.
MessageId
This field is valid only if SetMessageId is TRUE. In this case, it indicates the value of the message ID to use for the Transmit Queue interrupt.
Requirements
Minimum supported version | Header |
---|---|
eRTOS 1.0 SDK |
Rtnd.h |