pub enum ARLOCF {
Clear = 1,
}
Expand description
Arbitration lost flag clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the ARLO flag in ISR register
Trait Implementations§
impl Copy for ARLOCF
impl Eq for ARLOCF
impl StructuralPartialEq for ARLOCF
Auto Trait Implementations§
impl Freeze for ARLOCF
impl RefUnwindSafe for ARLOCF
impl Send for ARLOCF
impl Sync for ARLOCF
impl Unpin for ARLOCF
impl UnwindSafe for ARLOCF
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