pub enum ARLO {
NotLost = 0,
Lost = 1,
}Expand description
Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ARLO
impl Eq for ARLO
impl StructuralPartialEq for ARLO
Auto Trait Implementations§
impl Freeze for ARLO
impl RefUnwindSafe for ARLO
impl Send for ARLO
impl Sync for ARLO
impl Unpin for ARLO
impl UnwindSafe for ARLO
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