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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R