ReceiverTimeout

Trait ReceiverTimeout 

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

Required Methods§

Source

fn check_receiver_timeout(&mut self, clear: bool) -> bool

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

Implementors§