pub type Spi2<PINS, const BIDI: bool = false, W = u8, OPERATION = Master> = Spi<SPI2, PINS, BIDI, W, OPERATION>;