Type Alias xmc4800::ebu::busrcon1::DBA_W

source ·
pub type DBA_W<'a, REG> = BitWriter<'a, REG, DBA_A>;
Expand description

Field DBA writer - Disable Burst Address Wrapping

Aliased Type§

struct DBA_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> DBA_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

Memory Controller automatically re-aligns any non-aligned synchronous burst access so that data can be fetched from the device in a single burst transaction.

source

pub fn value2(self) -> &'a mut W<REG>

Memory Controller always starts any burst access to a synchronous burst device at the address specified by the AHB request. Any required address wrapping must be automatically provided by the Burst FLASH device.