Struct stm32f103xx_hal::spi::Spi [] [src]

pub struct Spi<SPI, PINS> { /* fields omitted */ }

Methods

impl<PINS> Spi<SPI1, PINS>
[src]

[src]

impl<PINS> Spi<SPI2, PINS>
[src]

[src]

impl<PINS> Spi<SPI1, PINS>
[src]

[src]

impl<PINS> Spi<SPI2, PINS>
[src]

[src]

Trait Implementations

impl<PINS> FullDuplex<u8> for Spi<SPI1, PINS>
[src]

An enumeration of SPI errors

[src]

Reads the word stored in the shift register Read more

[src]

Sends a word to the slave

impl<PINS> Default<u8> for Spi<SPI1, PINS>
[src]

impl<PINS> Default<u8> for Spi<SPI1, PINS>
[src]

impl<PINS> FullDuplex<u8> for Spi<SPI2, PINS>
[src]

An enumeration of SPI errors

[src]

Reads the word stored in the shift register Read more

[src]

Sends a word to the slave

impl<PINS> Default<u8> for Spi<SPI2, PINS>
[src]

impl<PINS> Default<u8> for Spi<SPI2, PINS>
[src]