Struct stm32f030_hal::stm32::dma1::ifcr::W

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

Value to write to the register

Implementations

Reset value of the register

Writes raw bits to the register

Bit 0 - Channel 1 Global interrupt clear

Bit 1 - Channel 1 Transfer Complete clear

Bit 2 - Channel 1 Half Transfer clear

Bit 3 - Channel 1 Transfer Error clear

Bit 4 - Channel 2 Global interrupt clear

Bit 5 - Channel 2 Transfer Complete clear

Bit 6 - Channel 2 Half Transfer clear

Bit 7 - Channel 2 Transfer Error clear

Bit 8 - Channel 3 Global interrupt clear

Bit 9 - Channel 3 Transfer Complete clear

Bit 10 - Channel 3 Half Transfer clear

Bit 11 - Channel 3 Transfer Error clear

Bit 12 - Channel 4 Global interrupt clear

Bit 13 - Channel 4 Transfer Complete clear

Bit 14 - Channel 4 Half Transfer clear

Bit 15 - Channel 4 Transfer Error clear

Bit 16 - Channel 5 Global interrupt clear

Bit 17 - Channel 5 Transfer Complete clear

Bit 18 - Channel 5 Half Transfer clear

Bit 19 - Channel 5 Transfer Error clear

Bit 20 - Channel 6 Global interrupt clear

Bit 21 - Channel 6 Transfer Complete clear

Bit 22 - Channel 6 Half Transfer clear

Bit 23 - Channel 6 Transfer Error clear

Bit 24 - Channel 7 Global interrupt clear

Bit 25 - Channel 7 Transfer Complete clear

Bit 26 - Channel 7 Half Transfer clear

Bit 27 - Channel 7 Transfer Error clear

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.