pub struct R(_);
Expand description

Register AFEC_ISR reader

Implementations

Bit 0 - End of Conversion 0 (cleared by reading AFEC_CDRx)

Bit 1 - End of Conversion 1 (cleared by reading AFEC_CDRx)

Bit 2 - End of Conversion 2 (cleared by reading AFEC_CDRx)

Bit 3 - End of Conversion 3 (cleared by reading AFEC_CDRx)

Bit 4 - End of Conversion 4 (cleared by reading AFEC_CDRx)

Bit 5 - End of Conversion 5 (cleared by reading AFEC_CDRx)

Bit 6 - End of Conversion 6 (cleared by reading AFEC_CDRx)

Bit 7 - End of Conversion 7 (cleared by reading AFEC_CDRx)

Bit 8 - End of Conversion 8 (cleared by reading AFEC_CDRx)

Bit 9 - End of Conversion 9 (cleared by reading AFEC_CDRx)

Bit 10 - End of Conversion 10 (cleared by reading AFEC_CDRx)

Bit 11 - End of Conversion 11 (cleared by reading AFEC_CDRx)

Bit 24 - Data Ready (cleared by reading AFEC_LCDR)

Bit 25 - General Overrun Error (cleared by reading AFEC_ISR)

Bit 26 - Comparison Error (cleared by reading AFEC_ISR)

Bit 30 - Temperature Change (cleared on read)

Methods from Deref<Target = R<AFEC_ISR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.