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

type W = W<u32, DMA_CHX_RX_CTRL>;

Writer for register DMA_CHx_RX_CTRL

Methods

impl W[src]

pub fn sr(&mut self) -> SR_W[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(&mut self) -> RBSZ_W[src]

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

pub fn rx_pbl(&mut self) -> RXPBL_W[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(&mut self) -> RPF_W[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.