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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R