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