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

type R = R<u32, DMA_SYSBUS_MODE>;

Reader of register DMA_SYSBUS_MODE

Methods

impl R[src]

pub fn fb(&self) -> FB_R[src]

Bit 0 - Fixed Burst Length When this bit is set to 1, the AHB master will initiate burst transfers of specified length (INCRx or SINGLE).

pub fn aal(&self) -> AAL_R[src]

Bit 12 - Address-Aligned Beats When this bit is set to 1, the AHB master performs address-aligned burst transfers on Read and Write channels.

pub fn mb(&self) -> MB_R[src]

Bit 14 - Mixed Burst When this bit is set high and the FB bit is low, the AHB master performs undefined bursts transfers (INCR) for burst length of 16 or more.

pub fn rb(&self) -> RB_R[src]

Bit 15 - Rebuild INCRx Burst When this bit is set high and the AHB master gets SPLIT, RETRY, or EarlyBurst Termination (EBT) response, the AHB master interface rebuilds the pending beats of any initiated burst transfer with INCRx and SINGLEtransfers.