pub struct R(_);
Expand description

Register DECCTRL reader

Implementations

Bit 0 - Disable the decoder

Bit 1 - Enable check of current state

Bit 2 - Enable decoder to channel interrupt mapping

Bit 3 - Enable decoder hysteresis on PRS0 output

Bit 4 - Enable decoder hysteresis on PRS1 output

Bit 5 - Enable decoder hysteresis on PRS2 output

Bit 6 - Enable decoder hysteresis on interrupt requests

Bit 7 - Enable count mode on decoder PRS channels 0 and 1

Bit 8

Bits 10:13

Bits 14:17

Bits 18:21

Bits 22:25

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