pub enum LINE_IE {
Disabled = 0,
Enabled = 1,
}
Expand description
Line interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt generation when the line is received
Enabled = 1
1: An Interrupt is generated when a line has been completely received
Trait Implementations§
impl Copy for LINE_IE
impl Eq for LINE_IE
impl StructuralPartialEq for LINE_IE
Auto Trait Implementations§
impl Freeze for LINE_IE
impl RefUnwindSafe for LINE_IE
impl Send for LINE_IE
impl Sync for LINE_IE
impl Unpin for LINE_IE
impl UnwindSafe for LINE_IE
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