pub enum ORER_A {
_0 = 0,
_1 = 1,
}
Expand description
Overrun error flag (It is same as SSR.ORER)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ORER_A
impl Eq for ORER_A
impl StructuralPartialEq for ORER_A
Auto Trait Implementations§
impl Freeze for ORER_A
impl RefUnwindSafe for ORER_A
impl Send for ORER_A
impl Sync for ORER_A
impl Unpin for ORER_A
impl UnwindSafe for ORER_A
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