[][src]Type Definition lpc54606_pac::enet::dma_ch::dma_chx_rx_ctrl::R

type R = R<u32, DMA_CHX_RX_CTRL>;

Reader of register DMA_CHx_RX_CTRL

Methods

impl R[src]

pub fn sr(&self) -> SR_R[src]

Bit 0 - Start or Stop Receive When this bit is set, the DMA tries to acquire the from the receive list and processes the incoming packets.

pub fn rbsz(&self) -> RBSZ_R[src]

Bits 3:14 - Receive Buffer size This field indicates the size of the Rx buffers specified in bytes.

pub fn rx_pbl(&self) -> RXPBL_R[src]

Bits 16:21 - Receive Programmable Burst Length These bits indicate the maximum number of beats to be transferred in one DMA data transfer.

pub fn rpf(&self) -> RPF_R[src]

Bit 31 - DMA Rx Channel 0 Packet Flush When this bit is set to 1, the DMA will automatically flush the packet from the Rx Queues destined to DMA Rx Channel 0 when the DMA Rx Channel 0 is stopped after a system bus error has occurred.