pub type Spi3<const BIDI: bool = false, W = u8> = Spi<SPI3, BIDI, W>;
pub struct Spi3<const BIDI: bool = false, W = u8> { /* private fields */ }