pub fn send_recv_as_u32(channel: u32, buf: &[u8]) -> (&'static [u32], usize)
Expand description

Exchanges data with the host, returning the data from the host as a slice of words and the length in bytes.