[][src]Struct stm32l432_pac::quadspi::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn prescaler(&mut self) -> _PRESCALERW[src]

Bits 24:31 - Clock prescaler

pub fn pmm(&mut self) -> _PMMW[src]

Bit 23 - Polling match mode

pub fn apms(&mut self) -> _APMSW[src]

Bit 22 - Automatic poll mode stop

pub fn toie(&mut self) -> _TOIEW[src]

Bit 20 - TimeOut interrupt enable

pub fn smie(&mut self) -> _SMIEW[src]

Bit 19 - Status match interrupt enable

pub fn ftie(&mut self) -> _FTIEW[src]

Bit 18 - FIFO threshold interrupt enable

pub fn tcie(&mut self) -> _TCIEW[src]

Bit 17 - Transfer complete interrupt enable

pub fn teie(&mut self) -> _TEIEW[src]

Bit 16 - Transfer error interrupt enable

pub fn fthres(&mut self) -> _FTHRESW[src]

Bits 8:12 - IFO threshold level

pub fn fsel(&mut self) -> _FSELW[src]

Bit 7 - FLASH memory selection

pub fn dfm(&mut self) -> _DFMW[src]

Bit 6 - Dual-flash mode

pub fn sshift(&mut self) -> _SSHIFTW[src]

Bit 4 - Sample shift

pub fn tcen(&mut self) -> _TCENW[src]

Bit 3 - Timeout counter enable

pub fn dmaen(&mut self) -> _DMAENW[src]

Bit 2 - DMA enable

pub fn abort(&mut self) -> _ABORTW[src]

Bit 1 - Abort request

pub fn en(&mut self) -> _ENW[src]

Bit 0 - Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self