Enum Feie
pub enum Feie {
_0 = 0,
_1 = 1,
}Expand description
Framing Error Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: FE interrupts disabled; use polling.
_1 = 1
1: Hardware interrupt requested when FE is set.
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