#[repr(C)]
pub struct ST { pub cr: Reg<CR_SPEC>, pub ndtr: Reg<NDTR_SPEC>, pub par: Reg<PAR_SPEC>, pub m0ar: Reg<M0AR_SPEC>, pub m1ar: Reg<M1AR_SPEC>, pub fcr: Reg<FCR_SPEC>, }
Expand description

Register block

Fields

cr: Reg<CR_SPEC>

0x00 - stream x configuration register

ndtr: Reg<NDTR_SPEC>

0x04 - stream x number of data register

par: Reg<PAR_SPEC>

0x08 - stream x peripheral address register

m0ar: Reg<M0AR_SPEC>

0x0c - stream x memory 0 address register

m1ar: Reg<M1AR_SPEC>

0x10 - stream x memory 1 address register

fcr: Reg<FCR_SPEC>

0x14 - stream x FIFO control register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.