Struct stm32h7xx_hal::pac::SPI6[][src]

pub struct SPI6 { /* fields omitted */ }

Serial peripheral interface

Implementations

impl SPI6[src]

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

Returns a pointer to the register block

Trait Implementations

impl Deref for SPI6[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl PinMiso<SPI6> for NoMiso[src]

impl PinMiso<SPI6> for PA6<Alternate<AF8>>[src]

impl PinMiso<SPI6> for PB4<Alternate<AF8>>[src]

impl PinMiso<SPI6> for PG12<Alternate<AF5>>[src]

impl PinMosi<SPI6> for NoMosi[src]

impl PinMosi<SPI6> for PA7<Alternate<AF8>>[src]

impl PinMosi<SPI6> for PB5<Alternate<AF8>>[src]

impl PinMosi<SPI6> for PG14<Alternate<AF5>>[src]

impl PinSck<SPI6> for NoSck[src]

impl PinSck<SPI6> for PA5<Alternate<AF8>>[src]

impl PinSck<SPI6> for PB3<Alternate<AF8>>[src]

impl PinSck<SPI6> for PG13<Alternate<AF5>>[src]

impl Send for SPI6[src]

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

type Rec = Spi6

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

type Rec = Spi6

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

type Rec = Spi6

impl TargetAddress<MemoryToPeripheral> for SPI6[src]

type MemSize = u8

Memory size of the target address

impl TargetAddress<PeripheralToMemory> for SPI6[src]

type MemSize = u8

Memory size of the target address

Auto Trait Implementations

impl !Sync for SPI6

impl Unpin for SPI6

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.