pub enum JEOCIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Interrupt enable for injected channels
Value on reset: 0
Variants§
Disabled = 0
0: JEOC interrupt disabled
Enabled = 1
1: JEOC interrupt enabled. An interrupt is generated when the JEOC bit is set
Trait Implementations§
impl Copy for JEOCIE
impl Eq for JEOCIE
impl StructuralPartialEq for JEOCIE
Auto Trait Implementations§
impl Freeze for JEOCIE
impl RefUnwindSafe for JEOCIE
impl Send for JEOCIE
impl Sync for JEOCIE
impl Unpin for JEOCIE
impl UnwindSafe for JEOCIE
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