Function spi

Source
pub fn spi(
    ctx: &mut (impl Device + UserErrorConversion),
    memory: &dyn GuestMemory,
    arg0: i32,
) -> Result<i32>