pub struct R(_);
Expand description

Register CR reader

Implementations

Bits 24:31 - Clock prescaler

Bit 23 - Polling match mode

Bit 22 - Automatic poll mode stop

Bit 20 - TimeOut interrupt enable

Bit 19 - Status match interrupt enable

Bit 18 - FIFO threshold interrupt enable

Bit 17 - Transfer complete interrupt enable

Bit 16 - Transfer error interrupt enable

Bits 8:12 - IFO threshold level

Bit 7 - FLASH memory selection

Bit 6 - Dual-flash mode

Bit 4 - Sample shift

Bit 3 - Timeout counter enable

Bit 2 - DMA enable

Bit 1 - Abort request

Bit 0 - 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.