Struct stm32h743::quadspi::quadspi_fcr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - Clear transfer error flag Writing 1 clears the TEF flag in the QUADSPI_SR register

[src]

Bit 1 - Clear transfer complete flag Writing 1 clears the TCF flag in the QUADSPI_SR register

[src]

Bit 3 - Clear status match flag Writing 1 clears the SMF flag in the QUADSPI_SR register

[src]

Bit 4 - Clear timeout flag Writing 1 clears the TOF flag in the QUADSPI_SR register

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W