[][src]Trait stm32l0xx_hal::spi::SpiExt

pub trait SpiExt<SPI>: Sized {
    fn spi<PINS, T>(
        self,
        pins: PINS,
        mode: Mode,
        freq: T,
        rcc: &mut Rcc
    ) -> Spi<SPI, PINS>
    where
        PINS: Pins<SPI>,
        T: Into<Hertz>
; }

Required methods

fn spi<PINS, T>(
    self,
    pins: PINS,
    mode: Mode,
    freq: T,
    rcc: &mut Rcc
) -> Spi<SPI, PINS> where
    PINS: Pins<SPI>,
    T: Into<Hertz>, 

Loading content...

Implementors

impl SpiExt<SPI1> for SPI1[src]

Loading content...