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