Struct stm32h7xx_hal::device::SPI3[][src]

pub struct SPI3 { /* fields omitted */ }

Serial peripheral interface

Implementations

impl SPI3[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for SPI3[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl PinMiso<SPI3> for NoMiso[src]

impl PinMiso<SPI3> for PB4<Alternate<AF6>>[src]

impl PinMiso<SPI3> for PC11<Alternate<AF6>>[src]

impl PinMosi<SPI3> for NoMosi[src]

impl PinMosi<SPI3> for PB2<Alternate<AF7>>[src]

impl PinMosi<SPI3> for PB5<Alternate<AF7>>[src]

impl PinMosi<SPI3> for PC12<Alternate<AF6>>[src]

impl PinMosi<SPI3> for PD6<Alternate<AF5>>[src]

impl PinSck<SPI3> for NoSck[src]

impl PinSck<SPI3> for PB3<Alternate<AF6>>[src]

impl PinSck<SPI3> for PC10<Alternate<AF6>>[src]

impl Send for SPI3[src]

impl SpiExt<SPI3, u16> for SPI3[src]

type Rec = Spi3

impl SpiExt<SPI3, u32> for SPI3[src]

type Rec = Spi3

impl SpiExt<SPI3, u8> for SPI3[src]

type Rec = Spi3

impl TargetAddress<MemoryToPeripheral> for SPI3[src]

type MemSize = u8

Memory size of the target address

impl TargetAddress<PeripheralToMemory> for SPI3[src]

type MemSize = u8

Memory size of the target address

Auto Trait Implementations

impl !Sync for SPI3

impl Unpin for SPI3

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.