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