Struct nucleo_f401re::dma2::s6cr::R

pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Value of the register as raw bits

Bits 25:27 - Channel selection

Bits 23:24 - Memory burst transfer configuration

Bits 21:22 - Peripheral burst transfer configuration

Bit 20 - ACK

Bit 19 - Current target (only in double buffer mode)

Bit 18 - Double buffer mode

Bits 16:17 - Priority level

Bit 15 - Peripheral increment offset size

Bits 13:14 - Memory data size

Bits 11:12 - Peripheral data size

Bit 10 - Memory increment mode

Bit 9 - Peripheral increment mode

Bit 8 - Circular mode

Bits 6:7 - Data transfer direction

Bit 5 - Peripheral flow controller

Bit 4 - Transfer complete interrupt enable

Bit 3 - Half transfer interrupt enable

Bit 2 - Transfer error interrupt enable

Bit 1 - Direct mode error interrupt enable

Bit 0 - Stream enable / flag stream ready when read low

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.