RegisterBlock

Struct RegisterBlock 

Source
#[repr(C)]
pub struct RegisterBlock {
Show 22 fields pub c0cr: C0CR, pub c1cr: C1CR, pub c2cr: C2CR, pub c3cr: C3CR, pub c4cr: C4CR, pub c5cr: C5CR, pub c6cr: C6CR, pub c7cr: C7CR, pub c8cr: C8CR, pub c9cr: C9CR, pub c10cr: C10CR, pub c11cr: C11CR, pub c12cr: C12CR, pub c13cr: C13CR, pub csr: CSR, pub cfr: CFR, pub rg0cr: RG0CR, pub rg1cr: RG1CR, pub rg2cr: RG2CR, pub rg3cr: RG3CR, pub rgsr: RGSR, pub rgcfr: RGCFR, /* private fields */
}
Expand description

Register block

Fields§

§c0cr: C0CR

0x00 - DMA Multiplexer Channel 0 Control register

§c1cr: C1CR

0x04 - DMA Multiplexer Channel 1 Control register

§c2cr: C2CR

0x08 - DMA Multiplexer Channel 2 Control register

§c3cr: C3CR

0x0c - DMA Multiplexer Channel 3 Control register

§c4cr: C4CR

0x10 - DMA Multiplexer Channel 4 Control register

§c5cr: C5CR

0x14 - DMA Multiplexer Channel 5 Control register

§c6cr: C6CR

0x18 - DMA Multiplexer Channel 6 Control register

§c7cr: C7CR

0x1c - DMA Multiplexer Channel 7 Control register

§c8cr: C8CR

0x20 - DMA Multiplexer Channel 8 Control register

§c9cr: C9CR

0x24 - DMA Multiplexer Channel 9 Control register

§c10cr: C10CR

0x28 - DMA Multiplexer Channel 10 Control register

§c11cr: C11CR

0x2c - DMA Multiplexer Channel 11 Control register

§c12cr: C12CR

0x30 - DMA Multiplexer Channel 12 Control register

§c13cr: C13CR

0x34 - DMA Multiplexer Channel 13 Control register

§csr: CSR

0x80 - DMA Multiplexer Channel Status register

§cfr: CFR

0x84 - DMA Channel Clear Flag Register

§rg0cr: RG0CR

0x100 - DMA Request Generator 0 Control Register

§rg1cr: RG1CR

0x104 - DMA Request Generator 1 Control Register

§rg2cr: RG2CR

0x108 - DMA Request Generator 2 Control Register

§rg3cr: RG3CR

0x10c - DMA Request Generator 3 Control Register

§rgsr: RGSR

0x140 - DMA Request Generator Status Register

§rgcfr: RGCFR

0x144 - DMA Request Generator Clear Flag Register

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.