Type Alias xmc4800::ebu::busrcon0::DbaR

source ·
pub type DbaR = BitReader<Dba>;
Expand description

Field DBA reader - Disable Burst Address Wrapping

Aliased Type§

struct DbaR { /* private fields */ }

Implementations§

source§

impl DbaR

source

pub const fn variant(&self) -> Dba

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

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 is_value2(&self) -> bool

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.