Struct tm4c123x::udma::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub stat: STAT, pub cfg: CFG, pub ctlbase: CTLBASE, pub altbase: ALTBASE, pub waitstat: WAITSTAT, pub swreq: SWREQ, pub useburstset: USEBURSTSET, pub useburstclr: USEBURSTCLR, pub reqmaskset: REQMASKSET, pub reqmaskclr: REQMASKCLR, pub enaset: ENASET, pub enaclr: ENACLR, pub altset: ALTSET, pub altclr: ALTCLR, pub prioset: PRIOSET, pub prioclr: PRIOCLR, pub errclr: ERRCLR, pub chasgn: CHASGN, pub chis: CHIS, pub chmap0: CHMAP0, pub chmap1: CHMAP1, pub chmap2: CHMAP2, pub chmap3: CHMAP3, // some fields omitted }

Register block

Fields

0x00 - DMA Status

0x04 - DMA Configuration

0x08 - DMA Channel Control Base Pointer

0x0c - DMA Alternate Channel Control Base Pointer

0x10 - DMA Channel Wait-on-Request Status

0x14 - DMA Channel Software Request

0x18 - DMA Channel Useburst Set

0x1c - DMA Channel Useburst Clear

0x20 - DMA Channel Request Mask Set

0x24 - DMA Channel Request Mask Clear

0x28 - DMA Channel Enable Set

0x2c - DMA Channel Enable Clear

0x30 - DMA Channel Primary Alternate Set

0x34 - DMA Channel Primary Alternate Clear

0x38 - DMA Channel Priority Set

0x3c - DMA Channel Priority Clear

0x4c - DMA Bus Error Clear

0x500 - DMA Channel Assignment

0x504 - DMA Channel Interrupt Status

0x510 - DMA Channel Map Select 0

0x514 - DMA Channel Map Select 1

0x518 - DMA Channel Map Select 2

0x51c - DMA Channel Map Select 3

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock