Struct stm32f030_hal::stm32::dma1::isr::R

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

Value read from the register

Implementations

Value of the register as raw bits

Bit 0 - Channel 1 Global interrupt flag

Bit 1 - Channel 1 Transfer Complete flag

Bit 2 - Channel 1 Half Transfer Complete flag

Bit 3 - Channel 1 Transfer Error flag

Bit 4 - Channel 2 Global interrupt flag

Bit 5 - Channel 2 Transfer Complete flag

Bit 6 - Channel 2 Half Transfer Complete flag

Bit 7 - Channel 2 Transfer Error flag

Bit 8 - Channel 3 Global interrupt flag

Bit 9 - Channel 3 Transfer Complete flag

Bit 10 - Channel 3 Half Transfer Complete flag

Bit 11 - Channel 3 Transfer Error flag

Bit 12 - Channel 4 Global interrupt flag

Bit 13 - Channel 4 Transfer Complete flag

Bit 14 - Channel 4 Half Transfer Complete flag

Bit 15 - Channel 4 Transfer Error flag

Bit 16 - Channel 5 Global interrupt flag

Bit 17 - Channel 5 Transfer Complete flag

Bit 18 - Channel 5 Half Transfer Complete flag

Bit 19 - Channel 5 Transfer Error flag

Bit 20 - Channel 6 Global interrupt flag

Bit 21 - Channel 6 Transfer Complete flag

Bit 22 - Channel 6 Half Transfer Complete flag

Bit 23 - Channel 6 Transfer Error flag

Bit 24 - Channel 7 Global interrupt flag

Bit 25 - Channel 7 Transfer Complete flag

Bit 26 - Channel 7 Half Transfer Complete flag

Bit 27 - Channel 7 Transfer Error flag

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.