pub fn FXmacSetQueuePtr(queue_p: u64, queue_num: u8, direction: u32)Expand description
Sets the start address of the transmit/receive buffer queue.
§Arguments
queue_p- Physical base address of the queue ring.queue_num- Queue index to configure.direction-FXMAC_SENDorFXMAC_RECV.
§Note
The buffer queue address must be configured before calling FXmacStart.