pub enum RTOCF {
Clear = 1,
}
Expand description
Receiver timeout clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the RTOF flag in the ISR register
Trait Implementations§
impl Copy for RTOCF
impl Eq for RTOCF
impl StructuralPartialEq for RTOCF
Auto Trait Implementations§
impl Freeze for RTOCF
impl RefUnwindSafe for RTOCF
impl Send for RTOCF
impl Sync for RTOCF
impl Unpin for RTOCF
impl UnwindSafe for RTOCF
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more