pub struct R(_);
Expand description

Register SPI_CFG2 reader

Implementations

Bits 0:3 - MSSI

Bits 4:7 - MIDI

Bit 15 - IOSWP

Bits 17:18 - COMM

Bits 19:21 - SP

Bit 22 - MASTER

Bit 23 - LSBFRST

Bit 24 - CPHA

Bit 25 - CPOL

Bit 26 - SSM

Bit 28 - SSIOP

Bit 29 - SSOE

Bit 30 - SSOM

Bit 31 - AFCNTR

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