pub struct R(_);
Expand description

Register CR reader

Implementations

Bits 28:31 - Charge transfer pulse high

Bits 24:27 - Charge transfer pulse low

Bits 17:23 - Spread spectrum deviation

Bit 16 - Spread spectrum enable

Bit 15 - Spread spectrum prescaler

Bits 12:14 - pulse generator prescaler

Bits 5:7 - Max count value

Bit 4 - I/O Default mode

Bit 3 - Synchronization pin polarity

Bit 2 - Acquisition mode

Bit 1 - Start a new acquisition

Bit 0 - Touch sensing controller enable

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