Struct stm32f407g_disc::SPI2[]

pub struct SPI2 { /* fields omitted */ }

Serial peripheral interface

Implementations

impl SPI2

pub const fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Trait Implementations

impl DMASet<Stream3<DMA1>, Channel0, PeripheralToMemory> for SPI2[src]

impl DMASet<Stream4<DMA1>, Channel0, MemoryToPeripheral> for SPI2[src]

impl Deref for SPI2

type Target = RegisterBlock

The resulting type after dereferencing.

impl PeriAddress for SPI2[src]

type MemSize = u8

Memory size of the peripheral.

impl PinMiso<SPI2> for PI2<Alternate<AF5>>[src]

impl PinMiso<SPI2> for NoMiso[src]

impl PinMiso<SPI2> for PB14<Alternate<AF5>>[src]

impl PinMiso<SPI2> for PC2<Alternate<AF5>>[src]

impl PinMosi<SPI2> for PC3<Alternate<AF5>>[src]

impl PinMosi<SPI2> for PI3<Alternate<AF5>>[src]

impl PinMosi<SPI2> for PB15<Alternate<AF5>>[src]

impl PinMosi<SPI2> for NoMosi[src]

impl PinSck<SPI2> for PB13<Alternate<AF5>>[src]

impl PinSck<SPI2> for PI1<Alternate<AF5>>[src]

impl PinSck<SPI2> for PB10<Alternate<AF5>>[src]

impl PinSck<SPI2> for NoSck[src]

impl Send for SPI2

Auto Trait Implementations

impl !Sync for SPI2

impl Unpin for SPI2

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.