pub enum OWFR {
NoOverflow = 0,
Overflow = 1,
}
Expand description
Overflow Flag
Value on reset: 0
Variants§
NoOverflow = 0
0: Overflow not detected
Overflow = 1
1: 32-bit programmable counter overflow occurred
Trait Implementations§
impl Copy for OWFR
impl Eq for OWFR
impl StructuralPartialEq for OWFR
Auto Trait Implementations§
impl Freeze for OWFR
impl RefUnwindSafe for OWFR
impl Send for OWFR
impl Sync for OWFR
impl Unpin for OWFR
impl UnwindSafe for OWFR
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