Enum Feie
pub enum Feie {
_0 = 0,
_1 = 1,
}Expand description
FIFO Error Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Feie
impl Eq for Feie
impl StructuralPartialEq for Feie
Auto Trait Implementations§
impl Freeze for Feie
impl RefUnwindSafe for Feie
impl Send for Feie
impl Sync for Feie
impl Unpin for Feie
impl UnwindSafe for Feie
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