Trait stm32f3xx_hal::spi::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> + InterruptNumber + Sealed {
    type APB;
}
Expand description

SPI instance

Associated Types

Peripheral bus instance which is responsible for the peripheral

Implementors