Struct stm32f103xx::sdio::icr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 0 - CCRCFAILC

Bit 1 - DCRCFAILC

Bit 2 - CTIMEOUTC

Bit 3 - DTIMEOUTC

Bit 4 - TXUNDERRC

Bit 5 - RXOVERRC

Bit 6 - CMDRENDC

Bit 7 - CMDSENTC

Bit 8 - DATAENDC

Bit 9 - STBITERRC

Bit 10 - DBCKENDC

Bit 22 - SDIOITC

Bit 23 - CEATAENDC

Auto Trait Implementations

impl Send for W

impl Sync for W