pub enum IDLEIE {
Disabled = 0,
Enabled = 1,
}
Expand description
IDLE interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is disabled
Enabled = 1
1: Interrupt is generated whenever IDLE=1 in the ISR register
Trait Implementations§
impl Copy for IDLEIE
impl Eq for IDLEIE
impl StructuralPartialEq for IDLEIE
Auto Trait Implementations§
impl Freeze for IDLEIE
impl RefUnwindSafe for IDLEIE
impl Send for IDLEIE
impl Sync for IDLEIE
impl Unpin for IDLEIE
impl UnwindSafe for IDLEIE
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