[]Struct stm32f072b_disco::SPI2

pub struct SPI2 { /* fields omitted */ }

SPI2

Methods

impl SPI2

pub fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Trait Implementations

impl MisoPin<SPI2> for PC2<Alternate<AF1>>
[src]

impl MisoPin<SPI2> for PB14<Alternate<AF0>>
[src]

impl MisoPin<SPI2> for PD3<Alternate<AF1>>
[src]

impl SckPin<SPI2> for PD1<Alternate<AF1>>
[src]

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

impl SckPin<SPI2> for PB13<Alternate<AF0>>
[src]

impl MosiPin<SPI2> for PB15<Alternate<AF0>>
[src]

impl MosiPin<SPI2> for PC3<Alternate<AF1>>
[src]

impl MosiPin<SPI2> for PD4<Alternate<AF1>>
[src]

impl Send for SPI2

impl Deref for SPI2

type Target = RegisterBlock

The resulting type after dereferencing.

Auto Trait Implementations

impl !Sync for SPI2

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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