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