Struct stm32ral::stm32f1::peripherals::sdio::ResetValues[][src]

pub struct ResetValues {
Show 18 fields pub POWER: u32, pub CLKCR: u32, pub ARG: u32, pub CMD: u32, pub RESPCMD: u32, pub RESP1: u32, pub RESP2: u32, pub RESP3: u32, pub RESP4: u32, pub DTIMER: u32, pub DLEN: u32, pub DCTRL: u32, pub DCOUNT: u32, pub STA: u32, pub ICR: u32, pub MASK: u32, pub FIFOCNT: u32, pub FIFO: u32,
}

Fields

POWER: u32CLKCR: u32ARG: u32CMD: u32RESPCMD: u32RESP1: u32RESP2: u32RESP3: u32RESP4: u32DTIMER: u32DLEN: u32DCTRL: u32DCOUNT: u32STA: u32ICR: u32MASK: u32FIFOCNT: u32FIFO: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.