MHPE info interface endpoints definition.
typedef enum _endpoint_type {
MHPE_EP_TX_QUEUE = 1,
MHPE_EP_RX_QUEUE,
MHPE_EP_1588TIMER,
} MHPE_ENDPOINT_TYPE;
typedef struct {
uint32_t n_endpoints;
uint32_t n_tx_queues;
uint32_t n_rx_queues;
uint32_t n_1588timers;
uint32_t _reserved[4];
} HPE_INTERFACE_ENDPOINTS;
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 7.1 | intime/rt/include/mhpeif.h | mhpeif.h | mhpeif.lib |