Type Definition stm32f4xx_hal::spi::Spi4

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