pub trait ReceiverTimeout {
    fn check_receiver_timeout(&mut self, clear: bool) -> bool;
}

Required methods

Check to see if the peripheral has detected a receiver timeout and clears the flag

Implementors