[][src]Struct stm32h7::stm32h743::sdmmc1::icr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn ccrcfailc(&mut self) -> _CCRCFAILCW[src]

Bit 0 - CCRCFAIL flag clear bit Set by software to clear the CCRCFAIL flag.

pub fn dcrcfailc(&mut self) -> _DCRCFAILCW[src]

Bit 1 - DCRCFAIL flag clear bit Set by software to clear the DCRCFAIL flag.

pub fn ctimeoutc(&mut self) -> _CTIMEOUTCW[src]

Bit 2 - CTIMEOUT flag clear bit Set by software to clear the CTIMEOUT flag.

pub fn dtimeoutc(&mut self) -> _DTIMEOUTCW[src]

Bit 3 - DTIMEOUT flag clear bit Set by software to clear the DTIMEOUT flag.

pub fn txunderrc(&mut self) -> _TXUNDERRCW[src]

Bit 4 - TXUNDERR flag clear bit Set by software to clear TXUNDERR flag.

pub fn rxoverrc(&mut self) -> _RXOVERRCW[src]

Bit 5 - RXOVERR flag clear bit Set by software to clear the RXOVERR flag.

pub fn cmdrendc(&mut self) -> _CMDRENDCW[src]

Bit 6 - CMDREND flag clear bit Set by software to clear the CMDREND flag.

pub fn cmdsentc(&mut self) -> _CMDSENTCW[src]

Bit 7 - CMDSENT flag clear bit Set by software to clear the CMDSENT flag.

pub fn dataendc(&mut self) -> _DATAENDCW[src]

Bit 8 - DATAEND flag clear bit Set by software to clear the DATAEND flag.

pub fn dholdc(&mut self) -> _DHOLDCW[src]

Bit 9 - DHOLD flag clear bit Set by software to clear the DHOLD flag.

pub fn dbckendc(&mut self) -> _DBCKENDCW[src]

Bit 10 - DBCKEND flag clear bit Set by software to clear the DBCKEND flag.

pub fn dabortc(&mut self) -> _DABORTCW[src]

Bit 11 - DABORT flag clear bit Set by software to clear the DABORT flag.

pub fn busyd0endc(&mut self) -> _BUSYD0ENDCW[src]

Bit 21 - BUSYD0END flag clear bit Set by software to clear the BUSYD0END flag.

pub fn sdioitc(&mut self) -> _SDIOITCW[src]

Bit 22 - SDIOIT flag clear bit Set by software to clear the SDIOIT flag.

pub fn ackfailc(&mut self) -> _ACKFAILCW[src]

Bit 23 - ACKFAIL flag clear bit Set by software to clear the ACKFAIL flag.

pub fn acktimeoutc(&mut self) -> _ACKTIMEOUTCW[src]

Bit 24 - ACKTIMEOUT flag clear bit Set by software to clear the ACKTIMEOUT flag.

pub fn vswendc(&mut self) -> _VSWENDCW[src]

Bit 25 - VSWEND flag clear bit Set by software to clear the VSWEND flag.

pub fn ckstopc(&mut self) -> _CKSTOPCW[src]

Bit 26 - CKSTOP flag clear bit Set by software to clear the CKSTOP flag.

pub fn idmatec(&mut self) -> _IDMATECW[src]

Bit 27 - IDMA transfer error clear bit Set by software to clear the IDMATE flag.

pub fn idmabtcc(&mut self) -> _IDMABTCCW[src]

Bit 28 - IDMA buffer transfer complete clear bit Set by software to clear the IDMABTC flag.

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self