[−][src]Struct stm32f4::stm32f413::sdio::RegisterBlock
Register block
Fields
power: POWER0x00 - power control register
clkcr: CLKCR0x04 - SDI clock control register
arg: ARG0x08 - argument register
cmd: CMD0x0c - command register
respcmd: RESPCMD0x10 - command response register
resp1: RESP10x14 - response 1..4 register
resp2: RESP20x18 - response 1..4 register
resp3: RESP30x1c - response 1..4 register
resp4: RESP40x20 - response 1..4 register
dtimer: DTIMER0x24 - data timer register
dlen: DLEN0x28 - data length register
dctrl: DCTRL0x2c - data control register
dcount: DCOUNT0x30 - data counter register
sta: STA0x34 - status register
icr: ICR0x38 - interrupt clear register
mask: MASK0x3c - mask register
fifocnt: FIFOCNT0x48 - FIFO counter register
fifo: FIFO0x80 - data FIFO register
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self