[][src]Struct k210_pac::dmac::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub id: ID,
    pub compver: COMPVER,
    pub cfg: CFG,
    pub chen: CHEN,
    pub intstatus: INTSTATUS,
    pub com_intclear: COM_INTCLEAR,
    pub com_intstatus_en: COM_INTSTATUS_EN,
    pub com_intsignal_en: COM_INTSIGNAL_EN,
    pub com_intstatus: COM_INTSTATUS,
    pub reset: RESET,
    pub channel: [CHANNEL; 6],
    // some fields omitted
}

Register block

Fields

id: ID

0x00 - ID Register

compver: COMPVER

0x08 - COMPVER Register

cfg: CFG

0x10 - Configure Register

chen: CHEN

0x18 - Channel Enable Register

intstatus: INTSTATUS

0x30 - Interrupt Status Register

com_intclear: COM_INTCLEAR

0x38 - Common Interrupt Clear Register

com_intstatus_en: COM_INTSTATUS_EN

0x40 - Common Interrupt Status Enable Register

com_intsignal_en: COM_INTSIGNAL_EN

0x48 - Common Interrupt Signal Enable Register

com_intstatus: COM_INTSTATUS

0x50 - Common Interrupt Status

reset: RESET

0x58 - Reset register

channel: [CHANNEL; 6]

0x100 - Channel configuration

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]