Type Alias R

Source
pub type R = R<DCRrs>;
Expand description

Register DCR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn dba(&self) -> DBA_R

Bits 0:4 - DMA base address

Source

pub fn dbl(&self) -> DBL_R

Bits 8:12 - DMA burst length

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more