[][src]Type Definition lpc54606_pac::enet::dma_mode::R

type R = R<u32, DMA_MODE>;

Reader of register DMA_MODE

Methods

impl R[src]

pub fn swr(&self) -> SWR_R[src]

Bit 0 - Software Reset When this bit is set, the MAC and the OMA controller reset the logic and all internal registers of the OMA, MTL, and MAC.

pub fn da(&self) -> DA_R[src]

Bit 1 - DMA Tx or Rx Arbitration Scheme This bit specifies the arbitration scheme between the Transmit and Receive paths of all channels: The Tx path has priority over the Rx path when the TXPR bit is set.

pub fn taa(&self) -> TAA_R[src]

Bits 2:4 - Transmit Arbitration Algorithm This field is used to select the arbitration algorithm for the Transmit side when multiple Tx DMAs are selected.

pub fn txpr(&self) -> TXPR_R[src]

Bit 11 - Transmit Priority When set, this bit indicates that the Tx DMA has higher priority than the Rx DMA during arbitration for the system-side bus.

pub fn pr(&self) -> PR_R[src]

Bits 12:14 - Priority Ratio These bits control the priority ratio in weighted round-robin arbitration between the Rx DMA and Tx DMA.