pub struct R(/* private fields */);
Expand description
Bits 25:27 - Channel selection
Bits 23:24 - Memory burst transfer configuration
Bits 21:22 - Peripheral burst transfer configuration
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
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
Reads raw bits from register.
The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.
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.
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.