pub enum FEIF4 {
NoError = 0,
Error = 1,
}
Expand description
Stream x FIFO error interrupt flag (x=7..4)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FEIF4
impl Eq for FEIF4
impl StructuralPartialEq for FEIF4
Auto Trait Implementations§
impl Freeze for FEIF4
impl RefUnwindSafe for FEIF4
impl Send for FEIF4
impl Sync for FEIF4
impl Unpin for FEIF4
impl UnwindSafe for FEIF4
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