Struct stm32f469xx::quadspi::cr::W

source ·
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Reset value of the register

Writes raw bits to the register

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

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.

Should always be Self
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.