Struct stm32f407g_disc::SDIO[]

pub struct SDIO { /* fields omitted */ }

Secure digital input/output interface

Implementations

impl SDIO

pub const fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Trait Implementations

impl DMASet<Stream3<DMA2>, Channel4, MemoryToPeripheral> for SDIO[src]

impl DMASet<Stream3<DMA2>, Channel4, PeripheralToMemory> for SDIO[src]

impl DMASet<Stream6<DMA2>, Channel4, MemoryToPeripheral> for SDIO[src]

impl DMASet<Stream6<DMA2>, Channel4, PeripheralToMemory> for SDIO[src]

impl Deref for SDIO

type Target = RegisterBlock

The resulting type after dereferencing.

impl PeriAddress for SDIO[src]

type MemSize = u32

Memory size of the peripheral.

impl Send for SDIO

Auto Trait Implementations

impl !Sync for SDIO

impl Unpin for SDIO

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.