pub struct R(_);
Expand description

Register CFGR4 reader

Implementations

Bit 0 - Controls the Input trigger of ADC12 regular channel EXT2

Bit 1 - Controls the Input trigger of ADC12 regular channel EXT3

Bit 2 - Controls the Input trigger of ADC12 regular channel EXT5

Bit 3 - Controls the Input trigger of ADC12 regular channel EXT13

Bit 4 - Controls the Input trigger of ADC12 regular channel EXT15

Bit 5 - Controls the Input trigger of ADC12 injected channel JEXT3

Bit 6 - Controls the Input trigger of ADC12 injected channel JEXT6

Bit 7 - Controls the Input trigger of ADC12 injected channel JEXT13

Bit 8 - Controls the Input trigger of ADC34 regular channel EXT5

Bit 9 - Controls the Input trigger of ADC34 regular channel EXT6

Bit 10 - Controls the Input trigger of ADC34 regular channel EXT15

Bit 11 - Controls the Input trigger of ADC34 injected channel JEXT5

Bit 12 - Controls the Input trigger of ADC34 injected channel JEXT11

Bit 13 - Controls the Input trigger of ADC34 injected channel JEXT14

Methods from Deref<Target = R<CFGR4_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

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.

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.