pub struct R(_);
Expand description

Register PERCTRL reader

Implementations

Bit 0 - DAC CH0 data selection.

Bit 1 - DAC CH1 data selection.

Bits 2:3 - DAC channel 0 conversion mode

Bits 4:5 - DAC channel 1 conversion mode

Bits 6:7 - DAC channel 0 output mode

Bits 8:9 - DAC channel 1 output mode

Bits 10:14 - DAC prescaler configuration.

Bit 18 - DAC bandgap reference used

Bits 20:21 - ACMP0 mode

Bits 22:23 - ACMP1 mode

Bits 26:27 - ACMP and DAC duty cycle mode

Methods from Deref<Target = R<PERCTRL_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.