[]Struct nucleo_f401re::dma2::ST

#[repr(C)]
pub struct ST { pub cr: CR, pub ndtr: NDTR, pub m0ar: M0AR, pub m1ar: M1AR, pub fcr: FCR, // some fields omitted }

Register block

Fields

cr: CR

0x00 - stream x configuration register

ndtr: NDTR

0x04 - stream x number of data register

m0ar: M0AR

0x0c - stream x memory 0 address register

m1ar: M1AR

0x10 - stream x memory 1 address register

fcr: FCR

0x14 - stream x FIFO control register

Auto Trait Implementations

impl Send for ST

impl !Sync for ST

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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

impl<T> Same for T

type Output = T

Should always be Self