Function radio::helpers::do_receive

source ·
pub fn do_receive<T, I, E>(
    radio: &mut T,
    buff: &mut [u8],
    options: ReceiveOptions
) -> Result<usize, E>
where T: Receive<Info = I, Error = E> + DelayNs, I: Debug, E: Debug,
Expand description

Receive from the radio using the provided configuration