pub type LilkaSpiBus = Spi<'static, Blocking>;
The raw SPI2 master bus type. Lifetime is 'static because it lives in a [StaticCell] after init_bus is called.
'static
StaticCell
init_bus
pub struct LilkaSpiBus { /* private fields */ }