Enum Ilie
pub enum Ilie {
_0 = 0,
_1 = 1,
}Expand description
Idle Line Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupts from IDLE disabled; use polling.
_1 = 1
1: Hardware interrupt requested when IDLE flag is 1.
Trait Implementations§
impl Copy for Ilie
impl Eq for Ilie
impl StructuralPartialEq for Ilie
Auto Trait Implementations§
impl Freeze for Ilie
impl RefUnwindSafe for Ilie
impl Send for Ilie
impl Sync for Ilie
impl Unpin for Ilie
impl UnwindSafe for Ilie
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