Type Definition stm32f4xx_hal::spi::Spi3

source · []
pub type Spi3<PINS, const BIDI: bool = false, W = u8, OPERATION = Master> = Spi<SPI3, PINS, BIDI, W, OPERATION>;