pub enum ARLOCFW {
CLEAR,
}
Expand description
Values that can be written to the field ARLOCF
Variants§
CLEAR
Clears the ARLO flag in ISR register
Auto Trait Implementations§
impl Freeze for ARLOCFW
impl RefUnwindSafe for ARLOCFW
impl Send for ARLOCFW
impl Sync for ARLOCFW
impl Unpin for ARLOCFW
impl UnwindSafe for ARLOCFW
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