[][src]Struct mkl26z4::dma::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sar0: SAR0,
    pub dar0: DAR0,
    pub dcr0: DCR0,
    pub sar1: SAR1,
    pub dar1: DAR1,
    pub dcr1: DCR1,
    pub sar2: SAR2,
    pub dar2: DAR2,
    pub dcr2: DCR2,
    pub sar3: SAR3,
    pub dar3: DAR3,
    pub dcr3: DCR3,
    // some fields omitted
}

Register block

Fields

sar0: SAR0

0x100 - Source Address Register

dar0: DAR0

0x104 - Destination Address Register

dcr0: DCR0

0x10c - DMA Control Register

sar1: SAR1

0x110 - Source Address Register

dar1: DAR1

0x114 - Destination Address Register

dcr1: DCR1

0x11c - DMA Control Register

sar2: SAR2

0x120 - Source Address Register

dar2: DAR2

0x124 - Destination Address Register

dcr2: DCR2

0x12c - DMA Control Register

sar3: SAR3

0x130 - Source Address Register

dar3: DAR3

0x134 - Destination Address Register

dcr3: DCR3

0x13c - DMA Control Register

Methods

impl RegisterBlock[src]

pub fn dsr_bcr0(&self) -> &DSR_BCR0[src]

0x108 - DMA Status Register / Byte Count Register

pub fn dsr_bcr0_mut(&self) -> &mut DSR_BCR0[src]

0x108 - DMA Status Register / Byte Count Register

pub fn dsr0(&self) -> &DSR0[src]

0x10b - DMA_DSR0 register.

pub fn dsr0_mut(&self) -> &mut DSR0[src]

0x10b - DMA_DSR0 register.

pub fn dsr_bcr1(&self) -> &DSR_BCR1[src]

0x118 - DMA Status Register / Byte Count Register

pub fn dsr_bcr1_mut(&self) -> &mut DSR_BCR1[src]

0x118 - DMA Status Register / Byte Count Register

pub fn dsr1(&self) -> &DSR1[src]

0x11b - DMA_DSR1 register.

pub fn dsr1_mut(&self) -> &mut DSR1[src]

0x11b - DMA_DSR1 register.

pub fn dsr_bcr2(&self) -> &DSR_BCR2[src]

0x128 - DMA Status Register / Byte Count Register

pub fn dsr_bcr2_mut(&self) -> &mut DSR_BCR2[src]

0x128 - DMA Status Register / Byte Count Register

pub fn dsr2(&self) -> &DSR2[src]

0x12b - DMA_DSR2 register.

pub fn dsr2_mut(&self) -> &mut DSR2[src]

0x12b - DMA_DSR2 register.

pub fn dsr_bcr3(&self) -> &DSR_BCR3[src]

0x138 - DMA Status Register / Byte Count Register

pub fn dsr_bcr3_mut(&self) -> &mut DSR_BCR3[src]

0x138 - DMA Status Register / Byte Count Register

pub fn dsr3(&self) -> &DSR3[src]

0x13b - DMA_DSR3 register.

pub fn dsr3_mut(&self) -> &mut DSR3[src]

0x13b - DMA_DSR3 register.

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self